Html Css Color HEX #CEB0BE Maverick

📋 copy color: '#CEB0BE'

red 206 ◦ green 176 ◦ blue 190

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

Shades of Maverick #CEB0BE

Tints of Maverick #CEB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.77%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 36.01%
G = 30.77%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB0BE (or 0xCEB0BE) is known color: Maverick. HEX triplet: CE, B0 and BE. RGB value is (206,176,190). Sum of RGB (Red+Green+Blue) = 206+176+190=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0BE is #314F41. Grayscale: #BABABA. Windows color (decimal): -3231554 or 12497102. OLE color: 12497102.

HSL color Cylindrical-coordinate representation of color #CEB0BE: hue angle of 332º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0BE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 190 -
CMYK 0 0.15 0.08 0.19
HSL 332º 0.23% 0.75% -
HSV(B) 332º 0.15% 0.81% -
XYZ 50.27 47.89 55.31 -
YUV 186.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 206 176 190 0 0.15 0.08 0.19 332 0.23 0.75
Hex CE B0 BE 0 F 8 13 14C 17 4B
Octal 316 260 276 0 17 10 23 514 27 113
Binary 11001110 10110000 10111110 0 1111 1000 10011 101001100 10111 1001011

Color Harmonies of #CEB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0BE

Black with #CEB0BE

Text Example


Text Example

White with #CEB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0BE; }

 p { color: rgb(206,176,190); }

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

background-color css

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

 a { background-color: rgb(206,176,190); }

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

border-color css

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

 span { border-color: rgb(206,176,190); }

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