Html Css Color HEX #C9CD85 Deco

📋 copy color: '#C9CD85'

red 201 ◦ green 205 ◦ blue 133

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

Shades of Deco #C9CD85

Tints of Deco #C9CD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

 BLUE value IS 133 (52.34% from 255) = 24.68%

R = 37.29%
G = 38.03%
B = 24.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#C9CD85 (or 0xC9CD85) is known color: Deco. HEX triplet: C9, CD and 85. RGB value is (201,205,133). Sum of RGB (Red+Green+Blue) = 201+205+133=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CD85 is #36327A. Grayscale: #C3C3C3. Windows color (decimal): -3551867 or 8768969. OLE color: 8768969.

HSL color Cylindrical-coordinate representation of color #C9CD85: hue angle of 63.33º degrees, saturation: 0.42, 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 #C9CD85 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 133 -
CMYK 0.02 0 0.35 0.20
HSL 63.33º 0.42% 0.66% -
HSV(B) 63.33º 0.35% 0.8% -
XYZ 50.15 57.77 30.7 -
YUV 195.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 201 205 133 0.02 0 0.35 0.20 63.33 0.42 0.66
Hex C9 CD 85 2 0 23 14 3F 2A 42
Octal 311 315 205 2 0 43 24 77 52 102
Binary 11001001 11001101 10000101 10 0 100011 10100 111111 101010 1000010

Color Harmonies of #C9CD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CD85

Black with #C9CD85

Text Example


Text Example

White with #C9CD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CD85; }

 p { color: rgb(201,205,133); }

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

background-color css

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

 a { background-color: rgb(201,205,133); }

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

border-color css

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

 span { border-color: rgb(201,205,133); }

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