Html Css Color HEX #CEA5BF Maverick

📋 copy color: '#CEA5BF'

red 206 ◦ green 165 ◦ blue 191

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

Shades of Maverick #CEA5BF

Tints of Maverick #CEA5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.99%

R = 36.65%
G = 29.36%
B = 33.99%

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

#CEA5BF (or 0xCEA5BF) is known color: Maverick. HEX triplet: CE, A5 and BF. RGB value is (206,165,191). Sum of RGB (Red+Green+Blue) = 206+165+191=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5BF is #315A40. Grayscale: #B4B4B4. Windows color (decimal): -3234369 or 12559822. OLE color: 12559822.

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

Color convert

RGB 206 165 191 -
CMYK 0 0.20 0.07 0.19
HSL 321.95º 0.29% 0.73% -
HSV(B) 321.95º 0.2% 0.81% -
XYZ 48.31 43.79 55.2 -
YUV 180.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 206 165 191 0 0.20 0.07 0.19 321.95 0.29 0.73
Hex CE A5 BF 0 14 7 13 142 1D 49
Octal 316 245 277 0 24 7 23 502 35 111
Binary 11001110 10100101 10111111 0 10100 111 10011 101000010 11101 1001001

Color Harmonies of #CEA5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5BF

Black with #CEA5BF

Text Example


Text Example

White with #CEA5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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