Html Css Color HEX #C7D975 Deco

📋 copy color: '#C7D975'

red 199 ◦ green 217 ◦ blue 117

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

Shades of Deco #C7D975

Tints of Deco #C7D975

RGB

 RED value IS 199 (78.13% from 255) = 37.34%

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

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

R = 37.34%
G = 40.71%
B = 21.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#C7D975 (or 0xC7D975) is known color: Deco. HEX triplet: C7, D9 and 75. RGB value is (199,217,117). Sum of RGB (Red+Green+Blue) = 199+217+117=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D975 is #38268A. Grayscale: #C8C8C8. Windows color (decimal): -3679883 or 7723463. OLE color: 7723463.

HSL color Cylindrical-coordinate representation of color #C7D975: hue angle of 70.8º 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 #C7D975 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 217 117 -
CMYK 0.08 0 0.46 0.15
HSL 70.8º 0.57% 0.65% -
HSV(B) 70.8º 0.46% 0.85% -
XYZ 51.58 63.05 26.28 -
YUV 200.22 81.04 127.13 -
System Red Green Blue C M Y K H S L
Decimal 199 217 117 0.08 0 0.46 0.15 70.8 0.57 0.65
Hex C7 D9 75 8 0 2E F 47 39 41
Octal 307 331 165 10 0 56 17 107 71 101
Binary 11000111 11011001 1110101 1000 0 101110 1111 1000111 111001 1000001

Color Harmonies of #C7D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D975

Black with #C7D975

Text Example


Text Example

White with #C7D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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