Html Css Color HEX #CEA5C0 Maverick

📋 copy color: '#CEA5C0'

red 206 ◦ green 165 ◦ blue 192

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

Shades of Maverick #CEA5C0

Tints of Maverick #CEA5C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.1%

R = 36.59%
G = 29.31%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEA5C0 (or 0xCEA5C0) is known color: Maverick. HEX triplet: CE, A5 and C0. RGB value is (206,165,192). Sum of RGB (Red+Green+Blue) = 206+165+192=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5C0 is #315A3F. Grayscale: #B4B4B4. Windows color (decimal): -3234368 or 12625358. OLE color: 12625358.

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

Color convert

RGB 206 165 192 -
CMYK 0 0.20 0.07 0.19
HSL 320.49º 0.29% 0.73% -
HSV(B) 320.49º 0.2% 0.81% -
XYZ 48.42 43.84 55.78 -
YUV 180.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 206 165 192 0 0.20 0.07 0.19 320.49 0.29 0.73
Hex CE A5 C0 0 14 7 13 140 1D 49
Octal 316 245 300 0 24 7 23 500 35 111
Binary 11001110 10100101 11000000 0 10100 111 10011 101000000 11101 1001001

Color Harmonies of #CEA5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5C0

Black with #CEA5C0

Text Example


Text Example

White with #CEA5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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