#CCE193

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

Shades of Reef #CCE193

Tints of Reef #CCE193

Color information

#CCE193 (or 0xCCE193) is unknown color: approx Reef. HEX triplet: CC, E1 and 93. RGB value is (204,225,147). Sum of RGB (Red+Green+Blue) = 204+225+147=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE193 is #331E6C. Grayscale: #D2D2D2. Windows color (decimal): -3350125 or 9691596. OLE color: 9691596.

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

Color convert

RGB204225147-
CMYK0.0900.350.12
HSL76.15º56.52%72.94%-
HSV(B)76.15º34.67%88.24%-
XYZ57.0968.7937.87-
YUV209.8392.54123.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=35.42%
G=39.06%
B=25.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251470.0900.350.1276.1556.5272.94
HexCCE1939023C4c3949
Octal314341223110431411471111
Binary11001100111000011001001110010100011110010011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE193; }

 p { color: rgb(204,225,147); }

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

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

 a { background-color: rgb(204,225,147); }

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

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

 span { border-color: rgb(204,225,147); }

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