Html Css Color HEX #CCE895 Reef

📋 copy color: '#CCE895'

red 204 ◦ green 232 ◦ blue 149

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

Shades of Reef #CCE895

Tints of Reef #CCE895

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

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

R = 34.87%
G = 39.66%
B = 25.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CCE895 (or 0xCCE895) is known color: Reef. HEX triplet: CC, E8 and 95. RGB value is (204,232,149). Sum of RGB (Red+Green+Blue) = 204+232+149=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE895 is #33176A. Grayscale: #D6D6D6. Windows color (decimal): -3348331 or 9824460. OLE color: 9824460.

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

Color convert

RGB 204 232 149 -
CMYK 0.12 0 0.36 0.09
HSL 80.24º 0.64% 0.75% -
HSV(B) 80.24º 0.36% 0.91% -
XYZ 59.18 72.72 39.35 -
YUV 214.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 204 232 149 0.12 0 0.36 0.09 80.24 0.64 0.75
Hex CC E8 95 C 0 24 9 50 40 4B
Octal 314 350 225 14 0 44 11 120 100 113
Binary 11001100 11101000 10010101 1100 0 100100 1001 1010000 1000000 1001011

Color Harmonies of #CCE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE895

Black with #CCE895

Text Example


Text Example

White with #CCE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE895; }

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

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

background-color css

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

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

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

border-color css

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

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

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