Html Css Color HEX #CCCA88 Deco

📋 copy color: '#CCCA88'

red 204 ◦ green 202 ◦ blue 136

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

Shades of Deco #CCCA88

Tints of Deco #CCCA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.09%

R = 37.64%
G = 37.27%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCCA88 (or 0xCCCA88) is known color: Deco. HEX triplet: CC, CA and 88. RGB value is (204,202,136). Sum of RGB (Red+Green+Blue) = 204+202+136=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA88 is #333577. Grayscale: #C3C3C3. Windows color (decimal): -3356024 or 8964812. OLE color: 8964812.

HSL color Cylindrical-coordinate representation of color #CCCA88: hue angle of 58.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCCA88 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 202 136 -
CMYK 0 0.01 0.33 0.2
HSL 58.24º 0.4% 0.67% -
HSV(B) 58.24º 0.33% 0.8% -
XYZ 50.47 56.86 31.61 -
YUV 195.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 204 202 136 0 0.01 0.33 0.2 58.24 0.4 0.67
Hex CC CA 88 0 1 21 14 3A 28 43
Octal 314 312 210 0 1 41 24 72 50 103
Binary 11001100 11001010 10001000 0 1 100001 10100 111010 101000 1000011

Color Harmonies of #CCCA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCA88

Black with #CCCA88

Text Example


Text Example

White with #CCCA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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