#CCE095

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

Shades of Reef #CCE095

Tints of Reef #CCE095

Color information

#CCE095 (or 0xCCE095) is unknown color: approx Reef. HEX triplet: CC, E0 and 95. RGB value is (204,224,149). Sum of RGB (Red+Green+Blue) = 204+224+149=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE095 is #331F6A. Grayscale: #D1D1D1. Windows color (decimal): -3350379 or 9822412. OLE color: 9822412.

HSL color Cylindrical-coordinate representation of color #CCE095: hue angle of 76º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE095 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB204224149-
CMYK0.0900.330.12
HSL76º54.74%73.14%-
HSV(B)76º33.48%87.84%-
XYZ56.9868.3238.62-
YUV209.4793.87124.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 224 (87.89% from 255) = 38.82%
BLUE value IS 149 (58.59% from 255) = 25.82%
R=35.36%
G=38.82%
B=25.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241490.0900.330.127654.7473.14
HexCCE0959021C4c3749
Octal314340225110411411467111
Binary11001100111000001001010110010100001110010011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE095; }

 p { color: rgb(204,224,149); }

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

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

 a { background-color: rgb(204,224,149); }

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

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

 span { border-color: rgb(204,224,149); }

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