Html Css Color HEX #CEA5C2 Maverick

📋 copy color: '#CEA5C2'

red 206 ◦ green 165 ◦ blue 194

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

Shades of Maverick #CEA5C2

Tints of Maverick #CEA5C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.34%

R = 36.46%
G = 29.2%
B = 34.34%

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

#CEA5C2 (or 0xCEA5C2) is known color: Maverick. HEX triplet: CE, A5 and C2. RGB value is (206,165,194). Sum of RGB (Red+Green+Blue) = 206+165+194=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5C2 is #315A3D. Grayscale: #B4B4B4. Windows color (decimal): -3234366 or 12756430. OLE color: 12756430.

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

Color convert

RGB 206 165 194 -
CMYK 0 0.20 0.06 0.19
HSL 317.56º 0.29% 0.73% -
HSV(B) 317.56º 0.2% 0.81% -
XYZ 48.65 43.93 56.95 -
YUV 180.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 206 165 194 0 0.20 0.06 0.19 317.56 0.29 0.73
Hex CE A5 C2 0 14 6 13 13E 1D 49
Octal 316 245 302 0 24 6 23 476 35 111
Binary 11001110 10100101 11000010 0 10100 110 10011 100111110 11101 1001001

Color Harmonies of #CEA5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5C2

Black with #CEA5C2

Text Example


Text Example

White with #CEA5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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