Html Css Color HEX #C9CC6F Deco

📋 copy color: '#C9CC6F'

red 201 ◦ green 204 ◦ blue 111

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

Shades of Deco #C9CC6F

Tints of Deco #C9CC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 38.95%
G = 39.53%
B = 21.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#C9CC6F (or 0xC9CC6F) is known color: Deco. HEX triplet: C9, CC and 6F. RGB value is (201,204,111). Sum of RGB (Red+Green+Blue) = 201+204+111=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC6F is #363390. Grayscale: #C0C0C0. Windows color (decimal): -3552145 or 7326921. OLE color: 7326921.

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

Color convert

RGB 201 204 111 -
CMYK 0.01 0 0.46 0.2
HSL 61.94º 0.48% 0.62% -
HSV(B) 61.94º 0.46% 0.8% -
XYZ 48.55 56.75 23.43 -
YUV 192.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 201 204 111 0.01 0 0.46 0.2 61.94 0.48 0.62
Hex C9 CC 6F 1 0 2E 14 3E 30 3E
Octal 311 314 157 1 0 56 24 76 60 76
Binary 11001001 11001100 1101111 1 0 101110 10100 111110 110000 111110

Color Harmonies of #C9CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CC6F

Black with #C9CC6F

Text Example


Text Example

White with #C9CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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