Html Css Color HEX #CEAABE Maverick

📋 copy color: '#CEAABE'

red 206 ◦ green 170 ◦ blue 190

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

Shades of Maverick #CEAABE

Tints of Maverick #CEAABE

RGB

 RED value IS 206 (80.86% from 255) = 36.4%

 GREEN value IS 170 (66.8% from 255) = 30.04%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 36.4%
G = 30.04%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEAABE (or 0xCEAABE) is known color: Maverick. HEX triplet: CE, AA and BE. RGB value is (206,170,190). Sum of RGB (Red+Green+Blue) = 206+170+190=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAABE is #315541. Grayscale: #B7B7B7. Windows color (decimal): -3233090 or 12495566. OLE color: 12495566.

HSL color Cylindrical-coordinate representation of color #CEAABE: hue angle of 326.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAABE is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 170 190 -
CMYK 0 0.17 0.08 0.19
HSL 326.67º 0.27% 0.74% -
HSV(B) 326.67º 0.17% 0.81% -
XYZ 49.12 45.59 54.93 -
YUV 183.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 206 170 190 0 0.17 0.08 0.19 326.67 0.27 0.74
Hex CE AA BE 0 11 8 13 147 1B 4A
Octal 316 252 276 0 21 10 23 507 33 112
Binary 11001110 10101010 10111110 0 10001 1000 10011 101000111 11011 1001010

Color Harmonies of #CEAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAABE

Black with #CEAABE

Text Example


Text Example

White with #CEAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAABE; }

 p { color: rgb(206,170,190); }

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

background-color css

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

 a { background-color: rgb(206,170,190); }

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

border-color css

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

 span { border-color: rgb(206,170,190); }

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