Html Css Color HEX #CCE49C Reef

📋 copy color: '#CCE49C'

red 204 ◦ green 228 ◦ blue 156

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

Shades of Reef #CCE49C

Tints of Reef #CCE49C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.78%

 BLUE value IS 156 (61.33% from 255) = 26.53%

R = 34.69%
G = 38.78%
B = 26.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#CCE49C (or 0xCCE49C) is known color: Reef. HEX triplet: CC, E4 and 9C. RGB value is (204,228,156). Sum of RGB (Red+Green+Blue) = 204+228+156=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49C is #331B63. Grayscale: #D4D4D4. Windows color (decimal): -3349348 or 10282188. OLE color: 10282188.

HSL color Cylindrical-coordinate representation of color #CCE49C: hue angle of 80º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE49C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 156 -
CMYK 0.11 0 0.32 0.11
HSL 80º 0.57% 0.75% -
HSV(B) 80º 0.32% 0.89% -
XYZ 58.65 70.72 42.01 -
YUV 212.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 204 228 156 0.11 0 0.32 0.11 80 0.57 0.75
Hex CC E4 9C B 0 20 B 50 39 4B
Octal 314 344 234 13 0 40 13 120 71 113
Binary 11001100 11100100 10011100 1011 0 100000 1011 1010000 111001 1001011

Color Harmonies of #CCE49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE49C

Black with #CCE49C

Text Example


Text Example

White with #CCE49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE49C; }

 p { color: rgb(204,228,156); }

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

background-color css

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

 a { background-color: rgb(204,228,156); }

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

border-color css

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

 span { border-color: rgb(204,228,156); }

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