Html Css Color HEX #CE9CC1 Maverick

📋 copy color: '#CE9CC1'

red 206 ◦ green 156 ◦ blue 193

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

Shades of Maverick #CE9CC1

Tints of Maverick #CE9CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.11%

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

R = 37.12%
G = 28.11%
B = 34.77%

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

#CE9CC1 (or 0xCE9CC1) is known color: Maverick. HEX triplet: CE, 9C and C1. RGB value is (206,156,193). Sum of RGB (Red+Green+Blue) = 206+156+193=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CC1 is #31633E. Grayscale: #AFAFAF. Windows color (decimal): -3236671 or 12688590. OLE color: 12688590.

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

Color convert

RGB 206 156 193 -
CMYK 0 0.24 0.06 0.19
HSL 315.6º 0.34% 0.71% -
HSV(B) 315.6º 0.24% 0.81% -
XYZ 46.97 40.75 55.84 -
YUV 175.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 206 156 193 0 0.24 0.06 0.19 315.6 0.34 0.71
Hex CE 9C C1 0 18 6 13 13C 22 47
Octal 316 234 301 0 30 6 23 474 42 107
Binary 11001110 10011100 11000001 0 11000 110 10011 100111100 100010 1000111

Color Harmonies of #CE9CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CC1

Black with #CE9CC1

Text Example


Text Example

White with #CE9CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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