Html Css Color HEX #CE9FBF Maverick

📋 copy color: '#CE9FBF'

red 206 ◦ green 159 ◦ blue 191

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

Shades of Maverick #CE9FBF

Tints of Maverick #CE9FBF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.6%

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

R = 37.05%
G = 28.6%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE9FBF (or 0xCE9FBF) is known color: Maverick. HEX triplet: CE, 9F and BF. RGB value is (206,159,191). Sum of RGB (Red+Green+Blue) = 206+159+191=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FBF is #316040. Grayscale: #B0B0B0. Windows color (decimal): -3235905 or 12558286. OLE color: 12558286.

HSL color Cylindrical-coordinate representation of color #CE9FBF: hue angle of 319.15º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FBF is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 159 191 -
CMYK 0 0.23 0.07 0.19
HSL 319.15º 0.32% 0.72% -
HSV(B) 319.15º 0.23% 0.81% -
XYZ 47.26 41.68 54.84 -
YUV 176.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 206 159 191 0 0.23 0.07 0.19 319.15 0.32 0.72
Hex CE 9F BF 0 17 7 13 13F 20 48
Octal 316 237 277 0 27 7 23 477 40 110
Binary 11001110 10011111 10111111 0 10111 111 10011 100111111 100000 1001000

Color Harmonies of #CE9FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FBF

Black with #CE9FBF

Text Example


Text Example

White with #CE9FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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