Html Css Color HEX #CCCB80 Deco

📋 copy color: '#CCCB80'

red 204 ◦ green 203 ◦ blue 128

#CCCB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCCB80

Tints of Deco #CCCB80

RGB

 RED value IS 204 (80.08% from 255) = 38.13%

 GREEN value IS 203 (79.69% from 255) = 37.94%

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 38.13%
G = 37.94%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCCB80 (or 0xCCCB80) is known color: Deco. HEX triplet: CC, CB and 80. RGB value is (204,203,128). Sum of RGB (Red+Green+Blue) = 204+203+128=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB80 is #33347F. Grayscale: #C3C3C3. Windows color (decimal): -3355776 or 8440780. OLE color: 8440780.

HSL color Cylindrical-coordinate representation of color #CCCB80: hue angle of 59.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCCB80 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 128 -
CMYK 0 0.00 0.37 0.2
HSL 59.21º 0.43% 0.65% -
HSV(B) 59.21º 0.37% 0.8% -
XYZ 50.15 57.11 28.8 -
YUV 194.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 204 203 128 0 0.00 0.37 0.2 59.21 0.43 0.65
Hex CC CB 80 0 0 25 14 3B 2B 41
Octal 314 313 200 0 0 45 24 73 53 101
Binary 11001100 11001011 10000000 0 0 100101 10100 111011 101011 1000001

Color Harmonies of #CCCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB80

Black with #CCCB80

Text Example


Text Example

White with #CCCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB80; }

 p { color: rgb(204,203,128); }

 H1.HeaderClassName
 {
   color: #CCCB80;
 }
 .AnyTagClassName
 {
   color: #CCCB80;
 }
</style>

background-color css

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

 a { background-color: rgb(204,203,128); }

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

border-color css

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

 span { border-color: rgb(204,203,128); }

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