Html Css Color HEX #CBE2A0 Reef

📋 copy color: '#CBE2A0'

red 203 ◦ green 226 ◦ blue 160

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

Shades of Reef #CBE2A0

Tints of Reef #CBE2A0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

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

R = 34.47%
G = 38.37%
B = 27.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#CBE2A0 (or 0xCBE2A0) is known color: Reef. HEX triplet: CB, E2 and A0. RGB value is (203,226,160). Sum of RGB (Red+Green+Blue) = 203+226+160=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE2A0 is #341D5F. Grayscale: #D3D3D3. Windows color (decimal): -3415392 or 10543819. OLE color: 10543819.

HSL color Cylindrical-coordinate representation of color #CBE2A0: hue angle of 80.91º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBE2A0 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 160 -
CMYK 0.10 0 0.29 0.11
HSL 80.91º 0.53% 0.76% -
HSV(B) 80.91º 0.29% 0.89% -
XYZ 58.17 69.63 43.63 -
YUV 211.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 203 226 160 0.10 0 0.29 0.11 80.91 0.53 0.76
Hex CB E2 A0 A 0 1D B 51 35 4C
Octal 313 342 240 12 0 35 13 121 65 114
Binary 11001011 11100010 10100000 1010 0 11101 1011 1010001 110101 1001100

Color Harmonies of #CBE2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2A0

Black with #CBE2A0

Text Example


Text Example

White with #CBE2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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