#C3CC88

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

Shades of Deco #C3CC88

Tints of Deco #C3CC88

Color information

#C3CC88 (or 0xC3CC88) is unknown color: approx Deco. HEX triplet: C3, CC and 88. RGB value is (195,204,136). Sum of RGB (Red+Green+Blue) = 195+204+136=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CC88 is #3C3377. Grayscale: #C1C1C1. Windows color (decimal): -3945336 or 8965315. OLE color: 8965315.

HSL color Cylindrical-coordinate representation of color #C3CC88: hue angle of 67.94º 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 #C3CC88 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB195204136-
CMYK0.0400.330.2
HSL67.94º40%66.67%-
HSV(B)67.94º33.33%80%-
XYZ48.5456.5731.65-
YUV193.5695.52129.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=36.45%
G=38.13%
B=25.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952041360.0400.330.267.944066.67
HexC3CC88402114442843
Octal30331421040412410450103
Binary11000011110011001000100010001000011010010001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC88; }

 p { color: rgb(195,204,136); }

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

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

 a { background-color: rgb(195,204,136); }

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

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

 span { border-color: rgb(195,204,136); }

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