Html Css Color HEX #CEB6C3 Maverick

📋 copy color: '#CEB6C3'

red 206 ◦ green 182 ◦ blue 195

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

Shades of Maverick #CEB6C3

Tints of Maverick #CEB6C3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.22%

 BLUE value IS 195 (76.56% from 255) = 33.45%

R = 35.33%
G = 31.22%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CEB6C3 (or 0xCEB6C3) is known color: Maverick. HEX triplet: CE, B6 and C3. RGB value is (206,182,195). Sum of RGB (Red+Green+Blue) = 206+182+195=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C3 is #31493C. Grayscale: #BEBEBE. Windows color (decimal): -3230013 or 12826318. OLE color: 12826318.

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

Color convert

RGB 206 182 195 -
CMYK 0 0.12 0.05 0.19
HSL 327.5º 0.2% 0.76% -
HSV(B) 327.5º 0.12% 0.81% -
XYZ 52.03 50.52 58.64 -
YUV 190.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 206 182 195 0 0.12 0.05 0.19 327.5 0.2 0.76
Hex CE B6 C3 0 C 5 13 148 14 4C
Octal 316 266 303 0 14 5 23 510 24 114
Binary 11001110 10110110 11000011 0 1100 101 10011 101001000 10100 1001100

Color Harmonies of #CEB6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6C3

Black with #CEB6C3

Text Example


Text Example

White with #CEB6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6C3; }

 p { color: rgb(206,182,195); }

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

background-color css

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

 a { background-color: rgb(206,182,195); }

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

border-color css

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

 span { border-color: rgb(206,182,195); }

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