Html Css Color HEX #CEAABB Maverick

📋 copy color: '#CEAABB'

red 206 ◦ green 170 ◦ blue 187

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

Shades of Maverick #CEAABB

Tints of Maverick #CEAABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 36.59%
G = 30.2%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEAABB (or 0xCEAABB) is known color: Maverick. HEX triplet: CE, AA and BB. RGB value is (206,170,187). Sum of RGB (Red+Green+Blue) = 206+170+187=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAABB is #315544. Grayscale: #B6B6B6. Windows color (decimal): -3233093 or 12298958. OLE color: 12298958.

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

Color convert

RGB 206 170 187 -
CMYK 0 0.17 0.09 0.19
HSL 331.67º 0.27% 0.74% -
HSV(B) 331.67º 0.17% 0.81% -
XYZ 48.8 45.46 53.22 -
YUV 182.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 206 170 187 0 0.17 0.09 0.19 331.67 0.27 0.74
Hex CE AA BB 0 11 9 13 14C 1B 4A
Octal 316 252 273 0 21 11 23 514 33 112
Binary 11001110 10101010 10111011 0 10001 1001 10011 101001100 11011 1001010

Color Harmonies of #CEAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAABB

Black with #CEAABB

Text Example


Text Example

White with #CEAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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