Html Css Color HEX #CEB6C8 Maverick

📋 copy color: '#CEB6C8'

red 206 ◦ green 182 ◦ blue 200

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

Shades of Maverick #CEB6C8

Tints of Maverick #CEB6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 35.03%
G = 30.95%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CEB6C8 (or 0xCEB6C8) is known color: Maverick. HEX triplet: CE, B6 and C8. RGB value is (206,182,200). Sum of RGB (Red+Green+Blue) = 206+182+200=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C8 is #314937. Grayscale: #BFBFBF. Windows color (decimal): -3230008 or 13153998. OLE color: 13153998.

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

Color convert

RGB 206 182 200 -
CMYK 0 0.12 0.03 0.19
HSL 315º 0.2% 0.76% -
HSV(B) 315º 0.12% 0.81% -
XYZ 52.61 50.75 61.67 -
YUV 191.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 206 182 200 0 0.12 0.03 0.19 315 0.2 0.76
Hex CE B6 C8 0 C 3 13 13B 14 4C
Octal 316 266 310 0 14 3 23 473 24 114
Binary 11001110 10110110 11001000 0 1100 11 10011 100111011 10100 1001100

Color Harmonies of #CEB6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6C8

Black with #CEB6C8

Text Example


Text Example

White with #CEB6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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