Html Css Color HEX #CBE0A0 Reef

📋 copy color: '#CBE0A0'

red 203 ◦ green 224 ◦ blue 160

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

Shades of Reef #CBE0A0

Tints of Reef #CBE0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.16%

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

R = 34.58%
G = 38.16%
B = 27.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#CBE0A0 (or 0xCBE0A0) is known color: Reef. HEX triplet: CB, E0 and A0. RGB value is (203,224,160). Sum of RGB (Red+Green+Blue) = 203+224+160=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE0A0 is #341F5F. Grayscale: #D2D2D2. Windows color (decimal): -3415904 or 10543307. OLE color: 10543307.

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

Color convert

RGB 203 224 160 -
CMYK 0.09 0 0.29 0.12
HSL 79.69º 0.51% 0.75% -
HSV(B) 79.69º 0.29% 0.88% -
XYZ 57.63 68.55 43.45 -
YUV 210.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 203 224 160 0.09 0 0.29 0.12 79.69 0.51 0.75
Hex CB E0 A0 9 0 1D C 50 33 4B
Octal 313 340 240 11 0 35 14 120 63 113
Binary 11001011 11100000 10100000 1001 0 11101 1100 1010000 110011 1001011

Color Harmonies of #CBE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0A0

Black with #CBE0A0

Text Example


Text Example

White with #CBE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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