Html Css Color HEX #CEA5C1 Maverick

📋 copy color: '#CEA5C1'

red 206 ◦ green 165 ◦ blue 193

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

Shades of Maverick #CEA5C1

Tints of Maverick #CEA5C1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.26%

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

R = 36.52%
G = 29.26%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEA5C1 (or 0xCEA5C1) is known color: Maverick. HEX triplet: CE, A5 and C1. RGB value is (206,165,193). Sum of RGB (Red+Green+Blue) = 206+165+193=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5C1 is #315A3E. Grayscale: #B4B4B4. Windows color (decimal): -3234367 or 12690894. OLE color: 12690894.

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

Color convert

RGB 206 165 193 -
CMYK 0 0.20 0.06 0.19
HSL 319.02º 0.29% 0.73% -
HSV(B) 319.02º 0.2% 0.81% -
XYZ 48.53 43.88 56.36 -
YUV 180.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 206 165 193 0 0.20 0.06 0.19 319.02 0.29 0.73
Hex CE A5 C1 0 14 6 13 13F 1D 49
Octal 316 245 301 0 24 6 23 477 35 111
Binary 11001110 10100101 11000001 0 10100 110 10011 100111111 11101 1001001

Color Harmonies of #CEA5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5C1

Black with #CEA5C1

Text Example


Text Example

White with #CEA5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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