Html Css Color HEX #CEA8BB Maverick

📋 copy color: '#CEA8BB'

red 206 ◦ green 168 ◦ blue 187

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

Shades of Maverick #CEA8BB

Tints of Maverick #CEA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.95%

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

R = 36.72%
G = 29.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEA8BB (or 0xCEA8BB) is known color: Maverick. HEX triplet: CE, A8 and BB. RGB value is (206,168,187). Sum of RGB (Red+Green+Blue) = 206+168+187=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8BB is #315744. Grayscale: #B5B5B5. Windows color (decimal): -3233605 or 12298446. OLE color: 12298446.

HSL color Cylindrical-coordinate representation of color #CEA8BB: hue angle of 330º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8BB is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 168 187 -
CMYK 0 0.18 0.09 0.19
HSL 330º 0.28% 0.73% -
HSV(B) 330º 0.18% 0.81% -
XYZ 48.43 44.71 53.09 -
YUV 181.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 206 168 187 0 0.18 0.09 0.19 330 0.28 0.73
Hex CE A8 BB 0 12 9 13 14A 1C 49
Octal 316 250 273 0 22 11 23 512 34 111
Binary 11001110 10101000 10111011 0 10010 1001 10011 101001010 11100 1001001

Color Harmonies of #CEA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8BB

Black with #CEA8BB

Text Example


Text Example

White with #CEA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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