#CCE090

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

Shades of Sulu #CCE090

Tints of Sulu #CCE090

Color information

#CCE090 (or 0xCCE090) is unknown color: approx Sulu. HEX triplet: CC, E0 and 90. RGB value is (204,224,144). Sum of RGB (Red+Green+Blue) = 204+224+144=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE090 is #331F6F. Grayscale: #D1D1D1. Windows color (decimal): -3350384 or 9494732. OLE color: 9494732.

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

Color convert

RGB204224144-
CMYK0.0900.360.12
HSL75º56.34%72.16%-
HSV(B)75º35.71%87.84%-
XYZ56.5968.1636.56-
YUV208.991.37124.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 224 (87.89% from 255) = 39.16%
BLUE value IS 144 (56.64% from 255) = 25.17%
R=35.66%
G=39.16%
B=25.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241440.0900.360.127556.3472.16
HexCCE0909024C4b3848
Octal314340220110441411370110
Binary11001100111000001001000010010100100110010010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE090; }

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

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

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

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

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

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

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

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