Html Css Color HEX #CEB6C0 Maverick

📋 copy color: '#CEB6C0'

red 206 ◦ green 182 ◦ blue 192

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

Shades of Maverick #CEB6C0

Tints of Maverick #CEB6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 35.52%
G = 31.38%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB6C0 (or 0xCEB6C0) is known color: Maverick. HEX triplet: CE, B6 and C0. RGB value is (206,182,192). Sum of RGB (Red+Green+Blue) = 206+182+192=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C0 is #31493F. Grayscale: #BEBEBE. Windows color (decimal): -3230016 or 12629710. OLE color: 12629710.

HSL color Cylindrical-coordinate representation of color #CEB6C0: hue angle of 335º 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 #CEB6C0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 192 -
CMYK 0 0.12 0.07 0.19
HSL 335º 0.2% 0.76% -
HSV(B) 335º 0.12% 0.81% -
XYZ 51.7 50.38 56.87 -
YUV 190.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 206 182 192 0 0.12 0.07 0.19 335 0.2 0.76
Hex CE B6 C0 0 C 7 13 14F 14 4C
Octal 316 266 300 0 14 7 23 517 24 114
Binary 11001110 10110110 11000000 0 1100 111 10011 101001111 10100 1001100

Color Harmonies of #CEB6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6C0

Black with #CEB6C0

Text Example


Text Example

White with #CEB6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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