Html Css Color HEX #CCCA77 Deco

📋 copy color: '#CCCA77'

red 204 ◦ green 202 ◦ blue 119

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

Shades of Deco #CCCA77

Tints of Deco #CCCA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.48%

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

R = 38.86%
G = 38.48%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCCA77 (or 0xCCCA77) is known color: Deco. HEX triplet: CC, CA and 77. RGB value is (204,202,119). Sum of RGB (Red+Green+Blue) = 204+202+119=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA77 is #333588. Grayscale: #C1C1C1. Windows color (decimal): -3356041 or 7850700. OLE color: 7850700.

HSL color Cylindrical-coordinate representation of color #CCCA77: hue angle of 58.59º 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 #CCCA77 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 119 -
CMYK 0 0.01 0.42 0.2
HSL 58.59º 0.45% 0.63% -
HSV(B) 58.59º 0.42% 0.8% -
XYZ 49.35 56.41 25.74 -
YUV 193.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 204 202 119 0 0.01 0.42 0.2 58.59 0.45 0.63
Hex CC CA 77 0 1 2A 14 3B 2D 3F
Octal 314 312 167 0 1 52 24 73 55 77
Binary 11001100 11001010 1110111 0 1 101010 10100 111011 101101 111111

Color Harmonies of #CCCA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA77

Black with #CCCA77

Text Example


Text Example

White with #CCCA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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