Html Css Color HEX #CBE7A6 Reef

📋 copy color: '#CBE7A6'

red 203 ◦ green 231 ◦ blue 166

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

Shades of Reef #CBE7A6

Tints of Reef #CBE7A6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.5%

 BLUE value IS 166 (65.23% from 255) = 27.67%

R = 33.83%
G = 38.5%
B = 27.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#CBE7A6 (or 0xCBE7A6) is known color: Reef. HEX triplet: CB, E7 and A6. RGB value is (203,231,166). Sum of RGB (Red+Green+Blue) = 203+231+166=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE7A6 is #341859. Grayscale: #D7D7D7. Windows color (decimal): -3414106 or 10938315. OLE color: 10938315.

HSL color Cylindrical-coordinate representation of color #CBE7A6: hue angle of 85.85º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBE7A6 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 166 -
CMYK 0.12 0 0.28 0.09
HSL 85.85º 0.58% 0.78% -
HSV(B) 85.85º 0.28% 0.91% -
XYZ 60.09 72.6 46.92 -
YUV 215.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 203 231 166 0.12 0 0.28 0.09 85.85 0.58 0.78
Hex CB E7 A6 C 0 1C 9 56 3A 4E
Octal 313 347 246 14 0 34 11 126 72 116
Binary 11001011 11100111 10100110 1100 0 11100 1001 1010110 111010 1001110

Color Harmonies of #CBE7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE7A6

Black with #CBE7A6

Text Example


Text Example

White with #CBE7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE7A6; }

 p { color: rgb(203,231,166); }

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

background-color css

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

 a { background-color: rgb(203,231,166); }

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

border-color css

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

 span { border-color: rgb(203,231,166); }

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