Html Css Color HEX #C5CD88 Deco

📋 copy color: '#C5CD88'

red 197 ◦ green 205 ◦ blue 136

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

Shades of Deco #C5CD88

Tints of Deco #C5CD88

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

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

R = 36.62%
G = 38.1%
B = 25.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#C5CD88 (or 0xC5CD88) is known color: Deco. HEX triplet: C5, CD and 88. RGB value is (197,205,136). Sum of RGB (Red+Green+Blue) = 197+205+136=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CD88 is #3A3277. Grayscale: #C3C3C3. Windows color (decimal): -3814008 or 8965573. OLE color: 8965573.

HSL color Cylindrical-coordinate representation of color #C5CD88: hue angle of 66.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5CD88 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 136 -
CMYK 0.04 0 0.34 0.20
HSL 66.96º 0.41% 0.67% -
HSV(B) 66.96º 0.34% 0.8% -
XYZ 49.3 57.31 31.76 -
YUV 194.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 197 205 136 0.04 0 0.34 0.20 66.96 0.41 0.67
Hex C5 CD 88 4 0 22 14 43 29 43
Octal 305 315 210 4 0 42 24 103 51 103
Binary 11000101 11001101 10001000 100 0 100010 10100 1000011 101001 1000011

Color Harmonies of #C5CD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD88

Black with #C5CD88

Text Example


Text Example

White with #C5CD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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