Html Css Color HEX #CBE895 Reef

📋 copy color: '#CBE895'

red 203 ◦ green 232 ◦ blue 149

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

Shades of Reef #CBE895

Tints of Reef #CBE895

RGB

 RED value IS 203 (79.69% from 255) = 34.76%

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

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

R = 34.76%
G = 39.73%
B = 25.51%

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

#CBE895 (or 0xCBE895) is known color: Reef. HEX triplet: CB, E8 and 95. RGB value is (203,232,149). Sum of RGB (Red+Green+Blue) = 203+232+149=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE895 is #34176A. Grayscale: #D6D6D6. Windows color (decimal): -3413867 or 9824459. OLE color: 9824459.

HSL color Cylindrical-coordinate representation of color #CBE895: hue angle of 80.96º 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 #CBE895 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 149 -
CMYK 0.12 0 0.36 0.09
HSL 80.96º 0.64% 0.75% -
HSV(B) 80.96º 0.36% 0.91% -
XYZ 58.91 72.58 39.34 -
YUV 213.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 203 232 149 0.12 0 0.36 0.09 80.96 0.64 0.75
Hex CB E8 95 C 0 24 9 51 40 4B
Octal 313 350 225 14 0 44 11 121 100 113
Binary 11001011 11101000 10010101 1100 0 100100 1001 1010001 1000000 1001011

Color Harmonies of #CBE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE895

Black with #CBE895

Text Example


Text Example

White with #CBE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE895; }

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

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

background-color css

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

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

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

border-color css

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

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

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