Html Css Color HEX #C5CA8D Deco

📋 copy color: '#C5CA8D'

red 197 ◦ green 202 ◦ blue 141

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

Shades of Deco #C5CA8D

Tints of Deco #C5CA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 36.48%
G = 37.41%
B = 26.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C5CA8D (or 0xC5CA8D) is known color: Deco. HEX triplet: C5, CA and 8D. RGB value is (197,202,141). Sum of RGB (Red+Green+Blue) = 197+202+141=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CA8D is #3A3572. Grayscale: #C1C1C1. Windows color (decimal): -3814771 or 9292485. OLE color: 9292485.

HSL color Cylindrical-coordinate representation of color #C5CA8D: hue angle of 64.92º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5CA8D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 141 -
CMYK 0.02 0 0.30 0.21
HSL 64.92º 0.37% 0.67% -
HSV(B) 64.92º 0.3% 0.79% -
XYZ 48.95 56.03 33.43 -
YUV 193.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 197 202 141 0.02 0 0.30 0.21 64.92 0.37 0.67
Hex C5 CA 8D 2 0 1E 15 41 25 43
Octal 305 312 215 2 0 36 25 101 45 103
Binary 11000101 11001010 10001101 10 0 11110 10101 1000001 100101 1000011

Color Harmonies of #C5CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA8D

Black with #C5CA8D

Text Example


Text Example

White with #C5CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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