Html Css Color HEX #CEB1C4 Maverick

📋 copy color: '#CEB1C4'

red 206 ◦ green 177 ◦ blue 196

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

Shades of Maverick #CEB1C4

Tints of Maverick #CEB1C4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.57%

 BLUE value IS 196 (76.95% from 255) = 33.85%

R = 35.58%
G = 30.57%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEB1C4 (or 0xCEB1C4) is known color: Maverick. HEX triplet: CE, B1 and C4. RGB value is (206,177,196). Sum of RGB (Red+Green+Blue) = 206+177+196=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1C4 is #314E3B. Grayscale: #BBBBBB. Windows color (decimal): -3231292 or 12890574. OLE color: 12890574.

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

Color convert

RGB 206 177 196 -
CMYK 0 0.14 0.05 0.19
HSL 320.69º 0.23% 0.75% -
HSV(B) 320.69º 0.14% 0.81% -
XYZ 51.14 48.55 58.9 -
YUV 187.84 132.61 140.96 -
System Red Green Blue C M Y K H S L
Decimal 206 177 196 0 0.14 0.05 0.19 320.69 0.23 0.75
Hex CE B1 C4 0 E 5 13 141 17 4B
Octal 316 261 304 0 16 5 23 501 27 113
Binary 11001110 10110001 11000100 0 1110 101 10011 101000001 10111 1001011

Color Harmonies of #CEB1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1C4

Black with #CEB1C4

Text Example


Text Example

White with #CEB1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1C4; }

 p { color: rgb(206,177,196); }

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

background-color css

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

 a { background-color: rgb(206,177,196); }

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

border-color css

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

 span { border-color: rgb(206,177,196); }

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