Html Css Color HEX #C9CF83 Deco

📋 copy color: '#C9CF83'

red 201 ◦ green 207 ◦ blue 131

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

Shades of Deco #C9CF83

Tints of Deco #C9CF83

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

 BLUE value IS 131 (51.56% from 255) = 24.3%

R = 37.29%
G = 38.4%
B = 24.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#C9CF83 (or 0xC9CF83) is known color: Deco. HEX triplet: C9, CF and 83. RGB value is (201,207,131). Sum of RGB (Red+Green+Blue) = 201+207+131=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CF83 is #36307C. Grayscale: #C4C4C4. Windows color (decimal): -3551357 or 8638409. OLE color: 8638409.

HSL color Cylindrical-coordinate representation of color #C9CF83: hue angle of 64.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9CF83 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 207 131 -
CMYK 0.03 0 0.37 0.19
HSL 64.74º 0.44% 0.66% -
HSV(B) 64.74º 0.37% 0.81% -
XYZ 50.5 58.68 30.14 -
YUV 196.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 201 207 131 0.03 0 0.37 0.19 64.74 0.44 0.66
Hex C9 CF 83 3 0 25 13 41 2C 42
Octal 311 317 203 3 0 45 23 101 54 102
Binary 11001001 11001111 10000011 11 0 100101 10011 1000001 101100 1000010

Color Harmonies of #C9CF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CF83

Black with #C9CF83

Text Example


Text Example

White with #C9CF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CF83; }

 p { color: rgb(201,207,131); }

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

background-color css

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

 a { background-color: rgb(201,207,131); }

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

border-color css

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

 span { border-color: rgb(201,207,131); }

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