Html Css Color HEX #CE9DC1 Maverick

📋 copy color: '#CE9DC1'

red 206 ◦ green 157 ◦ blue 193

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

Shades of Maverick #CE9DC1

Tints of Maverick #CE9DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.24%

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

R = 37.05%
G = 28.24%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE9DC1 (or 0xCE9DC1) is known color: Maverick. HEX triplet: CE, 9D and C1. RGB value is (206,157,193). Sum of RGB (Red+Green+Blue) = 206+157+193=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DC1 is #31623E. Grayscale: #AFAFAF. Windows color (decimal): -3236415 or 12688846. OLE color: 12688846.

HSL color Cylindrical-coordinate representation of color #CE9DC1: hue angle of 315.92º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9DC1 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 157 193 -
CMYK 0 0.24 0.06 0.19
HSL 315.92º 0.33% 0.71% -
HSV(B) 315.92º 0.24% 0.81% -
XYZ 47.14 41.09 55.9 -
YUV 175.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 206 157 193 0 0.24 0.06 0.19 315.92 0.33 0.71
Hex CE 9D C1 0 18 6 13 13C 21 47
Octal 316 235 301 0 30 6 23 474 41 107
Binary 11001110 10011101 11000001 0 11000 110 10011 100111100 100001 1000111

Color Harmonies of #CE9DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DC1

Black with #CE9DC1

Text Example


Text Example

White with #CE9DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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