Html Css Color HEX #C5CA88 Deco

📋 copy color: '#C5CA88'

red 197 ◦ green 202 ◦ blue 136

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

Shades of Deco #C5CA88

Tints of Deco #C5CA88

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.76%

 BLUE value IS 136 (53.52% from 255) = 25.42%

R = 36.82%
G = 37.76%
B = 25.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C5CA88 (or 0xC5CA88) is known color: Deco. HEX triplet: C5, CA and 88. RGB value is (197,202,136). Sum of RGB (Red+Green+Blue) = 197+202+136=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA88 is #3A3577. Grayscale: #C1C1C1. Windows color (decimal): -3814776 or 8964805. OLE color: 8964805.

HSL color Cylindrical-coordinate representation of color #C5CA88: hue angle of 64.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5CA88 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 136 -
CMYK 0.02 0 0.33 0.21
HSL 64.55º 0.38% 0.66% -
HSV(B) 64.55º 0.33% 0.79% -
XYZ 48.59 55.89 31.52 -
YUV 192.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 197 202 136 0.02 0 0.33 0.21 64.55 0.38 0.66
Hex C5 CA 88 2 0 21 15 41 26 42
Octal 305 312 210 2 0 41 25 101 46 102
Binary 11000101 11001010 10001000 10 0 100001 10101 1000001 100110 1000010

Color Harmonies of #C5CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA88

Black with #C5CA88

Text Example


Text Example

White with #C5CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA88; }

 p { color: rgb(197,202,136); }

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

background-color css

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

 a { background-color: rgb(197,202,136); }

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

border-color css

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

 span { border-color: rgb(197,202,136); }

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