Html Css Color HEX #CCE085 Sulu

📋 copy color: '#CCE085'

red 204 ◦ green 224 ◦ blue 133

#CCE085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CCE085

Tints of Sulu #CCE085

RGB

 RED value IS 204 (80.08% from 255) = 36.36%

 GREEN value IS 224 (87.89% from 255) = 39.93%

 BLUE value IS 133 (52.34% from 255) = 23.71%

R = 36.36%
G = 39.93%
B = 23.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CCE085 (or 0xCCE085) is known color: Sulu. HEX triplet: CC, E0 and 85. RGB value is (204,224,133). Sum of RGB (Red+Green+Blue) = 204+224+133=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE085 is #331F7A. Grayscale: #CFCFCF. Windows color (decimal): -3350395 or 8773836. OLE color: 8773836.

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

Color convert

RGB 204 224 133 -
CMYK 0.09 0 0.41 0.12
HSL 73.19º 0.59% 0.7% -
HSV(B) 73.19º 0.41% 0.88% -
XYZ 55.79 67.84 32.34 -
YUV 207.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 204 224 133 0.09 0 0.41 0.12 73.19 0.59 0.7
Hex CC E0 85 9 0 29 C 49 3B 46
Octal 314 340 205 11 0 51 14 111 73 106
Binary 11001100 11100000 10000101 1001 0 101001 1100 1001001 111011 1000110

Color Harmonies of #CCE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE085

Black with #CCE085

Text Example


Text Example

White with #CCE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE085; }

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

 H1.HeaderClassName
 {
   color: #CCE085;
 }
 .AnyTagClassName
 {
   color: #CCE085;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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