Html Css Color HEX #CEB2BE Maverick

📋 copy color: '#CEB2BE'

red 206 ◦ green 178 ◦ blue 190

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

Shades of Maverick #CEB2BE

Tints of Maverick #CEB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.01%

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

R = 35.89%
G = 31.01%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEB2BE (or 0xCEB2BE) is known color: Maverick. HEX triplet: CE, B2 and BE. RGB value is (206,178,190). Sum of RGB (Red+Green+Blue) = 206+178+190=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BE is #314D41. Grayscale: #BBBBBB. Windows color (decimal): -3231042 or 12497614. OLE color: 12497614.

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

Color convert

RGB 206 178 190 -
CMYK 0 0.14 0.08 0.19
HSL 334.29º 0.22% 0.75% -
HSV(B) 334.29º 0.14% 0.81% -
XYZ 50.67 48.68 55.44 -
YUV 187.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 206 178 190 0 0.14 0.08 0.19 334.29 0.22 0.75
Hex CE B2 BE 0 E 8 13 14E 16 4B
Octal 316 262 276 0 16 10 23 516 26 113
Binary 11001110 10110010 10111110 0 1110 1000 10011 101001110 10110 1001011

Color Harmonies of #CEB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB2BE

Black with #CEB2BE

Text Example


Text Example

White with #CEB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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