#C4CC8B

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

Shades of Deco #C4CC8B

Tints of Deco #C4CC8B

Color information

#C4CC8B (or 0xC4CC8B) is unknown color: approx Deco. HEX triplet: C4, CC and 8B. RGB value is (196,204,139). Sum of RGB (Red+Green+Blue) = 196+204+139=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CC8B is #3B3374. Grayscale: #C2C2C2. Windows color (decimal): -3879797 or 9161924. OLE color: 9161924.

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

Color convert

RGB196204139-
CMYK0.0400.320.2
HSL67.38º38.92%67.25%-
HSV(B)67.38º31.86%80%-
XYZ49.0256.7932.8-
YUV194.296.85129.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=36.36%
G=37.85%
B=25.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041390.0400.320.267.3838.9267.25
HexC4CC8B402014432743
Octal30431421340402410347103
Binary11000100110011001000101110001000001010010000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC8B; }

 p { color: rgb(196,204,139); }

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

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

 a { background-color: rgb(196,204,139); }

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

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

 span { border-color: rgb(196,204,139); }

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