Html Css Color HEX #C7CF72 Deco

📋 copy color: '#C7CF72'

red 199 ◦ green 207 ◦ blue 114

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

Shades of Deco #C7CF72

Tints of Deco #C7CF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.92%

R = 38.27%
G = 39.81%
B = 21.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#C7CF72 (or 0xC7CF72) is known color: Deco. HEX triplet: C7, CF and 72. RGB value is (199,207,114). Sum of RGB (Red+Green+Blue) = 199+207+114=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF72 is #38308D. Grayscale: #C2C2C2. Windows color (decimal): -3682446 or 7524295. OLE color: 7524295.

HSL color Cylindrical-coordinate representation of color #C7CF72: hue angle of 65.16º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7CF72 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 114 -
CMYK 0.04 0 0.45 0.19
HSL 65.16º 0.49% 0.63% -
HSV(B) 65.16º 0.45% 0.81% -
XYZ 48.9 57.98 24.53 -
YUV 194.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 199 207 114 0.04 0 0.45 0.19 65.16 0.49 0.63
Hex C7 CF 72 4 0 2D 13 41 31 3F
Octal 307 317 162 4 0 55 23 101 61 77
Binary 11000111 11001111 1110010 100 0 101101 10011 1000001 110001 111111

Color Harmonies of #C7CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF72

Black with #C7CF72

Text Example


Text Example

White with #C7CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF72; }

 p { color: rgb(199,207,114); }

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

background-color css

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

 a { background-color: rgb(199,207,114); }

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

border-color css

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

 span { border-color: rgb(199,207,114); }

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