#CCE9A0

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

Shades of Reef #CCE9A0

Tints of Reef #CCE9A0

Color information

#CCE9A0 (or 0xCCE9A0) is unknown color: approx Reef. HEX triplet: CC, E9 and A0. RGB value is (204,233,160). Sum of RGB (Red+Green+Blue) = 204+233+160=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9A0 is #33165F. Grayscale: #D8D8D8. Windows color (decimal): -3348064 or 10545612. OLE color: 10545612.

HSL color Cylindrical-coordinate representation of color #CCE9A0: hue angle of 83.84º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE9A0 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB204233160-
CMYK0.1200.310.09
HSL83.84º62.39%77.06%-
HSV(B)83.84º31.33%91.37%-
XYZ60.3973.6544.29-
YUV216.0196.39119.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 233 (91.41% from 255) = 39.03%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=34.17%
G=39.03%
B=26.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331600.1200.310.0983.8462.3977.06
HexCCE9A0C01F9543e4d
Octal314351240140371112476115
Binary1100110011101001101000001100011111100110101001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9A0; }

 p { color: rgb(204,233,160); }

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

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

 a { background-color: rgb(204,233,160); }

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

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

 span { border-color: rgb(204,233,160); }

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