Html Css Color HEX #CEB2C1 Maverick

📋 copy color: '#CEB2C1'

red 206 ◦ green 178 ◦ blue 193

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

Shades of Maverick #CEB2C1

Tints of Maverick #CEB2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.85%

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

R = 35.7%
G = 30.85%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEB2C1 (or 0xCEB2C1) is known color: Maverick. HEX triplet: CE, B2 and C1. RGB value is (206,178,193). Sum of RGB (Red+Green+Blue) = 206+178+193=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2C1 is #314D3E. Grayscale: #BCBCBC. Windows color (decimal): -3231039 or 12694222. OLE color: 12694222.

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

Color convert

RGB 206 178 193 -
CMYK 0 0.14 0.06 0.19
HSL 327.86º 0.22% 0.75% -
HSV(B) 327.86º 0.14% 0.81% -
XYZ 51 48.81 57.19 -
YUV 188.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 206 178 193 0 0.14 0.06 0.19 327.86 0.22 0.75
Hex CE B2 C1 0 E 6 13 148 16 4B
Octal 316 262 301 0 16 6 23 510 26 113
Binary 11001110 10110010 11000001 0 1110 110 10011 101001000 10110 1001011

Color Harmonies of #CEB2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2C1

Black with #CEB2C1

Text Example


Text Example

White with #CEB2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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