Html Css Color HEX #CBE5A0 Reef

📋 copy color: '#CBE5A0'

red 203 ◦ green 229 ◦ blue 160

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

Shades of Reef #CBE5A0

Tints of Reef #CBE5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.03%

R = 34.29%
G = 38.68%
B = 27.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#CBE5A0 (or 0xCBE5A0) is known color: Reef. HEX triplet: CB, E5 and A0. RGB value is (203,229,160). Sum of RGB (Red+Green+Blue) = 203+229+160=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5A0 is #341A5F. Grayscale: #D5D5D5. Windows color (decimal): -3414624 or 10544587. OLE color: 10544587.

HSL color Cylindrical-coordinate representation of color #CBE5A0: hue angle of 82.61º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBE5A0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 160 -
CMYK 0.11 0 0.30 0.10
HSL 82.61º 0.57% 0.76% -
HSV(B) 82.61º 0.3% 0.9% -
XYZ 58.99 71.27 43.91 -
YUV 213.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 203 229 160 0.11 0 0.30 0.10 82.61 0.57 0.76
Hex CB E5 A0 B 0 1E A 53 39 4C
Octal 313 345 240 13 0 36 12 123 71 114
Binary 11001011 11100101 10100000 1011 0 11110 1010 1010011 111001 1001100

Color Harmonies of #CBE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5A0

Black with #CBE5A0

Text Example


Text Example

White with #CBE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5A0; }

 p { color: rgb(203,229,160); }

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

background-color css

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

 a { background-color: rgb(203,229,160); }

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

border-color css

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

 span { border-color: rgb(203,229,160); }

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