Html Css Color HEX #CEA6BB Maverick

📋 copy color: '#CEA6BB'

red 206 ◦ green 166 ◦ blue 187

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

Shades of Maverick #CEA6BB

Tints of Maverick #CEA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.7%

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

R = 36.85%
G = 29.7%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEA6BB (or 0xCEA6BB) is known color: Maverick. HEX triplet: CE, A6 and BB. RGB value is (206,166,187). Sum of RGB (Red+Green+Blue) = 206+166+187=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6BB is #315944. Grayscale: #B4B4B4. Windows color (decimal): -3234117 or 12297934. OLE color: 12297934.

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

Color convert

RGB 206 166 187 -
CMYK 0 0.19 0.09 0.19
HSL 328.5º 0.29% 0.73% -
HSV(B) 328.5º 0.19% 0.81% -
XYZ 48.06 43.98 52.97 -
YUV 180.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 206 166 187 0 0.19 0.09 0.19 328.5 0.29 0.73
Hex CE A6 BB 0 13 9 13 148 1D 49
Octal 316 246 273 0 23 11 23 510 35 111
Binary 11001110 10100110 10111011 0 10011 1001 10011 101001000 11101 1001001

Color Harmonies of #CEA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6BB

Black with #CEA6BB

Text Example


Text Example

White with #CEA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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