Html Css Color HEX #CCCB77 Deco

📋 copy color: '#CCCB77'

red 204 ◦ green 203 ◦ blue 119

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

Shades of Deco #CCCB77

Tints of Deco #CCCB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.62%

R = 38.78%
G = 38.59%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCCB77 (or 0xCCCB77) is known color: Deco. HEX triplet: CC, CB and 77. RGB value is (204,203,119). Sum of RGB (Red+Green+Blue) = 204+203+119=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB77 is #333488. Grayscale: #C2C2C2. Windows color (decimal): -3355785 or 7850956. OLE color: 7850956.

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

Color convert

RGB 204 203 119 -
CMYK 0 0.00 0.42 0.2
HSL 59.29º 0.45% 0.63% -
HSV(B) 59.29º 0.42% 0.8% -
XYZ 49.59 56.88 25.82 -
YUV 193.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 204 203 119 0 0.00 0.42 0.2 59.29 0.45 0.63
Hex CC CB 77 0 0 2A 14 3B 2D 3F
Octal 314 313 167 0 0 52 24 73 55 77
Binary 11001100 11001011 1110111 0 0 101010 10100 111011 101101 111111

Color Harmonies of #CCCB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB77

Black with #CCCB77

Text Example


Text Example

White with #CCCB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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