Html Css Color HEX #CCE095 Reef

📋 copy color: '#CCE095'

red 204 ◦ green 224 ◦ blue 149

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

Shades of Reef #CCE095

Tints of Reef #CCE095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.82%

R = 35.36%
G = 38.82%
B = 25.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#CCE095 (or 0xCCE095) is known color: Reef. HEX triplet: CC, E0 and 95. RGB value is (204,224,149). Sum of RGB (Red+Green+Blue) = 204+224+149=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE095 is #331F6A. Grayscale: #D1D1D1. Windows color (decimal): -3350379 or 9822412. OLE color: 9822412.

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

Color convert

RGB 204 224 149 -
CMYK 0.09 0 0.33 0.12
HSL 76º 0.55% 0.73% -
HSV(B) 76º 0.33% 0.88% -
XYZ 56.98 68.32 38.62 -
YUV 209.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 204 224 149 0.09 0 0.33 0.12 76 0.55 0.73
Hex CC E0 95 9 0 21 C 4C 37 49
Octal 314 340 225 11 0 41 14 114 67 111
Binary 11001100 11100000 10010101 1001 0 100001 1100 1001100 110111 1001001

Color Harmonies of #CCE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE095

Black with #CCE095

Text Example


Text Example

White with #CCE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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