Html Css Color HEX #CEB6C9 Maverick

📋 copy color: '#CEB6C9'

red 206 ◦ green 182 ◦ blue 201

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

Shades of Maverick #CEB6C9

Tints of Maverick #CEB6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.13%

R = 34.97%
G = 30.9%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEB6C9 (or 0xCEB6C9) is known color: Maverick. HEX triplet: CE, B6 and C9. RGB value is (206,182,201). Sum of RGB (Red+Green+Blue) = 206+182+201=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6C9 is #314936. Grayscale: #BFBFBF. Windows color (decimal): -3230007 or 13219534. OLE color: 13219534.

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

Color convert

RGB 206 182 201 -
CMYK 0 0.12 0.02 0.19
HSL 312.5º 0.2% 0.76% -
HSV(B) 312.5º 0.12% 0.81% -
XYZ 52.72 50.79 62.28 -
YUV 191.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 206 182 201 0 0.12 0.02 0.19 312.5 0.2 0.76
Hex CE B6 C9 0 C 2 13 138 14 4C
Octal 316 266 311 0 14 2 23 470 24 114
Binary 11001110 10110110 11001001 0 1100 10 10011 100111000 10100 1001100

Color Harmonies of #CEB6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6C9

Black with #CEB6C9

Text Example


Text Example

White with #CEB6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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