Html Css Color HEX #CEABBD Maverick

📋 copy color: '#CEABBD'

red 206 ◦ green 171 ◦ blue 189

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

Shades of Maverick #CEABBD

Tints of Maverick #CEABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

 BLUE value IS 189 (74.22% from 255) = 33.39%

R = 36.4%
G = 30.21%
B = 33.39%

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

#CEABBD (or 0xCEABBD) is known color: Maverick. HEX triplet: CE, AB and BD. RGB value is (206,171,189). Sum of RGB (Red+Green+Blue) = 206+171+189=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABBD is #315442. Grayscale: #B7B7B7. Windows color (decimal): -3232835 or 12430286. OLE color: 12430286.

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

Color convert

RGB 206 171 189 -
CMYK 0 0.17 0.08 0.19
HSL 329.14º 0.26% 0.74% -
HSV(B) 329.14º 0.17% 0.81% -
XYZ 49.2 45.92 54.41 -
YUV 183.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 206 171 189 0 0.17 0.08 0.19 329.14 0.26 0.74
Hex CE AB BD 0 11 8 13 149 1A 4A
Octal 316 253 275 0 21 10 23 511 32 112
Binary 11001110 10101011 10111101 0 10001 1000 10011 101001001 11010 1001010

Color Harmonies of #CEABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEABBD

Black with #CEABBD

Text Example


Text Example

White with #CEABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEABBD; }

 p { color: rgb(206,171,189); }

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

background-color css

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

 a { background-color: rgb(206,171,189); }

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

border-color css

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

 span { border-color: rgb(206,171,189); }

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