Html Css Color HEX #CEAAB9 Maverick

📋 copy color: '#CEAAB9'

red 206 ◦ green 170 ◦ blue 185

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

Shades of Maverick #CEAAB9

Tints of Maverick #CEAAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 36.72%
G = 30.3%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEAAB9 (or 0xCEAAB9) is known color: Maverick. HEX triplet: CE, AA and B9. RGB value is (206,170,185). Sum of RGB (Red+Green+Blue) = 206+170+185=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB9 is #315546. Grayscale: #B6B6B6. Windows color (decimal): -3233095 or 12167886. OLE color: 12167886.

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

Color convert

RGB 206 170 185 -
CMYK 0 0.17 0.10 0.19
HSL 335º 0.27% 0.74% -
HSV(B) 335º 0.17% 0.81% -
XYZ 48.59 45.37 52.1 -
YUV 182.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 206 170 185 0 0.17 0.10 0.19 335 0.27 0.74
Hex CE AA B9 0 11 A 13 14F 1B 4A
Octal 316 252 271 0 21 12 23 517 33 112
Binary 11001110 10101010 10111001 0 10001 1010 10011 101001111 11011 1001010

Color Harmonies of #CEAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAB9

Black with #CEAAB9

Text Example


Text Example

White with #CEAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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