Html Css Color HEX #CEA6C5 Maverick

📋 copy color: '#CEA6C5'

red 206 ◦ green 166 ◦ blue 197

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

Shades of Maverick #CEA6C5

Tints of Maverick #CEA6C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.62%

R = 36.2%
G = 29.17%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEA6C5 (or 0xCEA6C5) is known color: Maverick. HEX triplet: CE, A6 and C5. RGB value is (206,166,197). Sum of RGB (Red+Green+Blue) = 206+166+197=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6C5 is #31593A. Grayscale: #B5B5B5. Windows color (decimal): -3234107 or 12953294. OLE color: 12953294.

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

Color convert

RGB 206 166 197 -
CMYK 0 0.19 0.04 0.19
HSL 313.5º 0.29% 0.73% -
HSV(B) 313.5º 0.19% 0.81% -
XYZ 49.17 44.43 58.81 -
YUV 181.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 206 166 197 0 0.19 0.04 0.19 313.5 0.29 0.73
Hex CE A6 C5 0 13 4 13 13A 1D 49
Octal 316 246 305 0 23 4 23 472 35 111
Binary 11001110 10100110 11000101 0 10011 100 10011 100111010 11101 1001001

Color Harmonies of #CEA6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA6C5

Black with #CEA6C5

Text Example


Text Example

White with #CEA6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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