Html Css Color HEX #C5CD8A Deco

📋 copy color: '#C5CD8A'

red 197 ◦ green 205 ◦ blue 138

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

Shades of Deco #C5CD8A

Tints of Deco #C5CD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.56%

R = 36.48%
G = 37.96%
B = 25.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#C5CD8A (or 0xC5CD8A) is known color: Deco. HEX triplet: C5, CD and 8A. RGB value is (197,205,138). Sum of RGB (Red+Green+Blue) = 197+205+138=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CD8A is #3A3275. Grayscale: #C3C3C3. Windows color (decimal): -3814006 or 9096645. OLE color: 9096645.

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

Color convert

RGB 197 205 138 -
CMYK 0.04 0 0.33 0.20
HSL 67.16º 0.4% 0.67% -
HSV(B) 67.16º 0.33% 0.8% -
XYZ 49.44 57.37 32.51 -
YUV 194.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 197 205 138 0.04 0 0.33 0.20 67.16 0.4 0.67
Hex C5 CD 8A 4 0 21 14 43 28 43
Octal 305 315 212 4 0 41 24 103 50 103
Binary 11000101 11001101 10001010 100 0 100001 10100 1000011 101000 1000011

Color Harmonies of #C5CD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD8A

Black with #C5CD8A

Text Example


Text Example

White with #C5CD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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