Html Css Color HEX #C5CF76 Deco

📋 copy color: '#C5CF76'

red 197 ◦ green 207 ◦ blue 118

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

Shades of Deco #C5CF76

Tints of Deco #C5CF76

RGB

 RED value IS 197 (77.34% from 255) = 37.74%

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

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 37.74%
G = 39.66%
B = 22.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#C5CF76 (or 0xC5CF76) is known color: Deco. HEX triplet: C5, CF and 76. RGB value is (197,207,118). Sum of RGB (Red+Green+Blue) = 197+207+118=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF76 is #3A3089. Grayscale: #C2C2C2. Windows color (decimal): -3813514 or 7786437. OLE color: 7786437.

HSL color Cylindrical-coordinate representation of color #C5CF76: hue angle of 66.74º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5CF76 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 118 -
CMYK 0.05 0 0.43 0.19
HSL 66.74º 0.48% 0.64% -
HSV(B) 66.74º 0.43% 0.81% -
XYZ 48.61 57.8 25.73 -
YUV 193.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 197 207 118 0.05 0 0.43 0.19 66.74 0.48 0.64
Hex C5 CF 76 5 0 2B 13 43 30 40
Octal 305 317 166 5 0 53 23 103 60 100
Binary 11000101 11001111 1110110 101 0 101011 10011 1000011 110000 1000000

Color Harmonies of #C5CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF76

Black with #C5CF76

Text Example


Text Example

White with #C5CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF76; }

 p { color: rgb(197,207,118); }

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

background-color css

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

 a { background-color: rgb(197,207,118); }

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

border-color css

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

 span { border-color: rgb(197,207,118); }

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