Html Css Color HEX #C9CC84 Deco

📋 copy color: '#C9CC84'

red 201 ◦ green 204 ◦ blue 132

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

Shades of Deco #C9CC84

Tints of Deco #C9CC84

RGB

 RED value IS 201 (78.91% from 255) = 37.43%

 GREEN value IS 204 (80.08% from 255) = 37.99%

 BLUE value IS 132 (51.95% from 255) = 24.58%

R = 37.43%
G = 37.99%
B = 24.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#C9CC84 (or 0xC9CC84) is known color: Deco. HEX triplet: C9, CC and 84. RGB value is (201,204,132). Sum of RGB (Red+Green+Blue) = 201+204+132=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CC84 is #36337B. Grayscale: #C3C3C3. Windows color (decimal): -3552124 or 8703177. OLE color: 8703177.

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

Color convert

RGB 201 204 132 -
CMYK 0.01 0 0.35 0.2
HSL 62.5º 0.41% 0.66% -
HSV(B) 62.5º 0.35% 0.8% -
XYZ 49.85 57.27 30.26 -
YUV 194.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 201 204 132 0.01 0 0.35 0.2 62.5 0.41 0.66
Hex C9 CC 84 1 0 23 14 3F 29 42
Octal 311 314 204 1 0 43 24 77 51 102
Binary 11001001 11001100 10000100 1 0 100011 10100 111111 101001 1000010

Color Harmonies of #C9CC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CC84

Black with #C9CC84

Text Example


Text Example

White with #C9CC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CC84; }

 p { color: rgb(201,204,132); }

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

background-color css

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

 a { background-color: rgb(201,204,132); }

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

border-color css

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

 span { border-color: rgb(201,204,132); }

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