Html Css Color HEX #CEA1C1 Maverick

📋 copy color: '#CEA1C1'

red 206 ◦ green 161 ◦ blue 193

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

Shades of Maverick #CEA1C1

Tints of Maverick #CEA1C1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.75%

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 36.79%
G = 28.75%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEA1C1 (or 0xCEA1C1) is known color: Maverick. HEX triplet: CE, A1 and C1. RGB value is (206,161,193). Sum of RGB (Red+Green+Blue) = 206+161+193=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1C1 is #315E3E. Grayscale: #B2B2B2. Windows color (decimal): -3235391 or 12689870. OLE color: 12689870.

HSL color Cylindrical-coordinate representation of color #CEA1C1: hue angle of 317.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA1C1 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 193 -
CMYK 0 0.22 0.06 0.19
HSL 317.33º 0.31% 0.72% -
HSV(B) 317.33º 0.22% 0.81% -
XYZ 47.82 42.46 56.13 -
YUV 178.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 206 161 193 0 0.22 0.06 0.19 317.33 0.31 0.72
Hex CE A1 C1 0 16 6 13 13D 1F 48
Octal 316 241 301 0 26 6 23 475 37 110
Binary 11001110 10100001 11000001 0 10110 110 10011 100111101 11111 1001000

Color Harmonies of #CEA1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA1C1

Black with #CEA1C1

Text Example


Text Example

White with #CEA1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA1C1; }

 p { color: rgb(206,161,193); }

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

background-color css

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

 a { background-color: rgb(206,161,193); }

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

border-color css

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

 span { border-color: rgb(206,161,193); }

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