#C8CA8D

Color #C8CA8D Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C8CA8D

Tints of Deco #C8CA8D

Color information

#C8CA8D (or 0xC8CA8D) is unknown color: approx Deco. HEX triplet: C8, CA and 8D. RGB value is (200,202,141). Sum of RGB (Red+Green+Blue) = 200+202+141=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA8D is #373572. Grayscale: #C2C2C2. Windows color (decimal): -3618163 or 9292488. OLE color: 9292488.

HSL color Cylindrical-coordinate representation of color #C8CA8D: hue angle of 61.97º 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 #C8CA8D is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB200202141-
CMYK0.0100.300.21
HSL61.97º36.53%67.25%-
HSV(B)61.97º30.2%79.22%-
XYZ49.7556.4433.47-
YUV194.4597.84131.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.83%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=36.83%
G=37.20%
B=25.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021410.0100.300.2161.9736.5367.25
HexC8CA8D101E153e2543
Octal3103122151036257645103
Binary1100100011001010100011011011110101011111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA8D; }

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

 H1.HeaderClassName
 {
   color: #C8CA8D;
 }
 .AnyTagClassName
 {
   color: #C8CA8D;
 }
</style>
background-color css

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

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

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

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

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

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