Html Css Color HEX #CEA5C3 Maverick

📋 copy color: '#CEA5C3'

red 206 ◦ green 165 ◦ blue 195

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

Shades of Maverick #CEA5C3

Tints of Maverick #CEA5C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.45%

R = 36.4%
G = 29.15%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEA5C3 (or 0xCEA5C3) is known color: Maverick. HEX triplet: CE, A5 and C3. RGB value is (206,165,195). Sum of RGB (Red+Green+Blue) = 206+165+195=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5C3 is #315A3C. Grayscale: #B4B4B4. Windows color (decimal): -3234365 or 12821966. OLE color: 12821966.

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

Color convert

RGB 206 165 195 -
CMYK 0 0.20 0.05 0.19
HSL 316.1º 0.29% 0.73% -
HSV(B) 316.1º 0.2% 0.81% -
XYZ 48.76 43.97 57.55 -
YUV 180.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 206 165 195 0 0.20 0.05 0.19 316.1 0.29 0.73
Hex CE A5 C3 0 14 5 13 13C 1D 49
Octal 316 245 303 0 24 5 23 474 35 111
Binary 11001110 10100101 11000011 0 10100 101 10011 100111100 11101 1001001

Color Harmonies of #CEA5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5C3

Black with #CEA5C3

Text Example


Text Example

White with #CEA5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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