Html Css Color HEX #CCE595 Reef

📋 copy color: '#CCE595'

red 204 ◦ green 229 ◦ blue 149

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

Shades of Reef #CCE595

Tints of Reef #CCE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.35%

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

R = 35.05%
G = 39.35%
B = 25.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CCE595 (or 0xCCE595) is known color: Reef. HEX triplet: CC, E5 and 95. RGB value is (204,229,149). Sum of RGB (Red+Green+Blue) = 204+229+149=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE595 is #331A6A. Grayscale: #D4D4D4. Windows color (decimal): -3349099 or 9823692. OLE color: 9823692.

HSL color Cylindrical-coordinate representation of color #CCE595: hue angle of 78.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCE595 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 149 -
CMYK 0.11 0 0.35 0.10
HSL 78.75º 0.61% 0.74% -
HSV(B) 78.75º 0.35% 0.9% -
XYZ 58.35 71.05 39.07 -
YUV 212.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 204 229 149 0.11 0 0.35 0.10 78.75 0.61 0.74
Hex CC E5 95 B 0 23 A 4F 3D 4A
Octal 314 345 225 13 0 43 12 117 75 112
Binary 11001100 11100101 10010101 1011 0 100011 1010 1001111 111101 1001010

Color Harmonies of #CCE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE595

Black with #CCE595

Text Example


Text Example

White with #CCE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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