Html Css Color HEX #CEAAC6 Maverick

📋 copy color: '#CEAAC6'

red 206 ◦ green 170 ◦ blue 198

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

Shades of Maverick #CEAAC6

Tints of Maverick #CEAAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.49%

R = 35.89%
G = 29.62%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CEAAC6 (or 0xCEAAC6) is known color: Maverick. HEX triplet: CE, AA and C6. RGB value is (206,170,198). Sum of RGB (Red+Green+Blue) = 206+170+198=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAC6 is #315539. Grayscale: #B7B7B7. Windows color (decimal): -3233082 or 13019854. OLE color: 13019854.

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

Color convert

RGB 206 170 198 -
CMYK 0 0.17 0.04 0.19
HSL 313.33º 0.27% 0.74% -
HSV(B) 313.33º 0.17% 0.81% -
XYZ 50.02 45.95 59.66 -
YUV 183.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 206 170 198 0 0.17 0.04 0.19 313.33 0.27 0.74
Hex CE AA C6 0 11 4 13 139 1B 4A
Octal 316 252 306 0 21 4 23 471 33 112
Binary 11001110 10101010 11000110 0 10001 100 10011 100111001 11011 1001010

Color Harmonies of #CEAAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAC6

Black with #CEAAC6

Text Example


Text Example

White with #CEAAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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