Html Css Color HEX #C7CF73 Deco

📋 copy color: '#C7CF73'

red 199 ◦ green 207 ◦ blue 115

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

Shades of Deco #C7CF73

Tints of Deco #C7CF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 38.2%
G = 39.73%
B = 22.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#C7CF73 (or 0xC7CF73) is known color: Deco. HEX triplet: C7, CF and 73. RGB value is (199,207,115). Sum of RGB (Red+Green+Blue) = 199+207+115=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF73 is #38308C. Grayscale: #C2C2C2. Windows color (decimal): -3682445 or 7589831. OLE color: 7589831.

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

Color convert

RGB 199 207 115 -
CMYK 0.04 0 0.44 0.19
HSL 65.22º 0.49% 0.63% -
HSV(B) 65.22º 0.44% 0.81% -
XYZ 48.96 58.01 24.84 -
YUV 194.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 199 207 115 0.04 0 0.44 0.19 65.22 0.49 0.63
Hex C7 CF 73 4 0 2C 13 41 31 3F
Octal 307 317 163 4 0 54 23 101 61 77
Binary 11000111 11001111 1110011 100 0 101100 10011 1000001 110001 111111

Color Harmonies of #C7CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF73

Black with #C7CF73

Text Example


Text Example

White with #C7CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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