Html Css Color HEX #C9D975 Deco

📋 copy color: '#C9D975'

red 201 ◦ green 217 ◦ blue 117

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

Shades of Deco #C9D975

Tints of Deco #C9D975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 117 (46.09% from 255) = 21.87%

R = 37.57%
G = 40.56%
B = 21.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#C9D975 (or 0xC9D975) is known color: Deco. HEX triplet: C9, D9 and 75. RGB value is (201,217,117). Sum of RGB (Red+Green+Blue) = 201+217+117=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D975 is #36268A. Grayscale: #C9C9C9. Windows color (decimal): -3548811 or 7723465. OLE color: 7723465.

HSL color Cylindrical-coordinate representation of color #C9D975: hue angle of 69.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9D975 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 217 117 -
CMYK 0.07 0 0.46 0.15
HSL 69.6º 0.57% 0.65% -
HSV(B) 69.6º 0.46% 0.85% -
XYZ 52.11 63.33 26.31 -
YUV 200.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 201 217 117 0.07 0 0.46 0.15 69.6 0.57 0.65
Hex C9 D9 75 7 0 2E F 46 39 41
Octal 311 331 165 7 0 56 17 106 71 101
Binary 11001001 11011001 1110101 111 0 101110 1111 1000110 111001 1000001

Color Harmonies of #C9D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D975

Black with #C9D975

Text Example


Text Example

White with #C9D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D975; }

 p { color: rgb(201,217,117); }

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

background-color css

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

 a { background-color: rgb(201,217,117); }

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

border-color css

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

 span { border-color: rgb(201,217,117); }

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