#CBC650

Color #CBC650 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CBC650

Tints of Confetti #CBC650

Color information

#CBC650 (or 0xCBC650) is unknown color: approx Confetti. HEX triplet: CB, C6 and 50. RGB value is (203,198,80). Sum of RGB (Red+Green+Blue) = 203+198+80=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC650 is #3439AF. Grayscale: #BABABA. Windows color (decimal): -3422640 or 5293771. OLE color: 5293771.

HSL color Cylindrical-coordinate representation of color #CBC650: hue angle of 57.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBC650 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20319880-
CMYK00.020.610.20
HSL57.56º54.19%55.49%-
HSV(B)57.56º60.59%79.61%-
XYZ46.2753.6615.51-
YUV186.0468.16140.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 42.20%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 80 (31.64% from 255) = 16.63%
R=42.20%
G=41.16%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031988000.020.610.2057.5654.1955.49
HexCBC650023D143a3637
Octal313306120027524726667
Binary1100101111000110101000001011110110100111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC650; }

 p { color: rgb(203,198,80); }

 H1.HeaderClassName
 {
   color: #CBC650;
 }
 .AnyTagClassName
 {
   color: #CBC650;
 }
</style>
background-color css

<style>
 a { background-color: #CBC650; }

 a { background-color: rgb(203,198,80); }

 div.DivClassName
 {
   background-color: #CBC650;
 }
 .BgClassName
 {
   background-color: #CBC650;
 }
</style>
border-color css

<style>
 span { border-color: #CBC650; }

 span { border-color: rgb(203,198,80); }

 td.TdClassName
 {
   border-color: #CBC650;
 }
 .TagClassName
 {
   border-color: #CBC650;
 }
</style>