Html Css Color HEX #CBE2A1 Reef

📋 copy color: '#CBE2A1'

red 203 ◦ green 226 ◦ blue 161

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

Shades of Reef #CBE2A1

Tints of Reef #CBE2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 34.41%
G = 38.31%
B = 27.29%

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

#CBE2A1 (or 0xCBE2A1) is known color: Reef. HEX triplet: CB, E2 and A1. RGB value is (203,226,161). Sum of RGB (Red+Green+Blue) = 203+226+161=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE2A1 is #341D5E. Grayscale: #D3D3D3. Windows color (decimal): -3415391 or 10609355. OLE color: 10609355.

HSL color Cylindrical-coordinate representation of color #CBE2A1: hue angle of 81.23º 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 #CBE2A1 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 161 -
CMYK 0.10 0 0.29 0.11
HSL 81.23º 0.53% 0.76% -
HSV(B) 81.23º 0.29% 0.89% -
XYZ 58.26 69.66 44.09 -
YUV 211.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 203 226 161 0.10 0 0.29 0.11 81.23 0.53 0.76
Hex CB E2 A1 A 0 1D B 51 35 4C
Octal 313 342 241 12 0 35 13 121 65 114
Binary 11001011 11100010 10100001 1010 0 11101 1011 1010001 110101 1001100

Color Harmonies of #CBE2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2A1

Black with #CBE2A1

Text Example


Text Example

White with #CBE2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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