Html Css Color HEX #CBEAA5 Reef

📋 copy color: '#CBEAA5'

red 203 ◦ green 234 ◦ blue 165

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

Shades of Reef #CBEAA5

Tints of Reef #CBEAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.87%

 BLUE value IS 165 (64.84% from 255) = 27.41%

R = 33.72%
G = 38.87%
B = 27.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#CBEAA5 (or 0xCBEAA5) is known color: Reef. HEX triplet: CB, EA and A5. RGB value is (203,234,165). Sum of RGB (Red+Green+Blue) = 203+234+165=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAA5 is #34155A. Grayscale: #D9D9D9. Windows color (decimal): -3413339 or 10873547. OLE color: 10873547.

HSL color Cylindrical-coordinate representation of color #CBEAA5: hue angle of 86.96º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEAA5 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 165 -
CMYK 0.13 0 0.29 0.08
HSL 86.96º 0.62% 0.78% -
HSV(B) 86.96º 0.29% 0.92% -
XYZ 60.84 74.26 46.72 -
YUV 216.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 203 234 165 0.13 0 0.29 0.08 86.96 0.62 0.78
Hex CB EA A5 D 0 1D 8 57 3E 4E
Octal 313 352 245 15 0 35 10 127 76 116
Binary 11001011 11101010 10100101 1101 0 11101 1000 1010111 111110 1001110

Color Harmonies of #CBEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAA5

Black with #CBEAA5

Text Example


Text Example

White with #CBEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAA5; }

 p { color: rgb(203,234,165); }

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

background-color css

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

 a { background-color: rgb(203,234,165); }

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

border-color css

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

 span { border-color: rgb(203,234,165); }

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