Html Css Color HEX #CEB0BF Maverick

📋 copy color: '#CEB0BF'

red 206 ◦ green 176 ◦ blue 191

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

Shades of Maverick #CEB0BF

Tints of Maverick #CEB0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.33%

R = 35.95%
G = 30.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB0BF (or 0xCEB0BF) is known color: Maverick. HEX triplet: CE, B0 and BF. RGB value is (206,176,191). Sum of RGB (Red+Green+Blue) = 206+176+191=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0BF is #314F40. Grayscale: #BABABA. Windows color (decimal): -3231553 or 12562638. OLE color: 12562638.

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

Color convert

RGB 206 176 191 -
CMYK 0 0.15 0.07 0.19
HSL 330º 0.23% 0.75% -
HSV(B) 330º 0.15% 0.81% -
XYZ 50.38 47.93 55.89 -
YUV 186.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 206 176 191 0 0.15 0.07 0.19 330 0.23 0.75
Hex CE B0 BF 0 F 7 13 14A 17 4B
Octal 316 260 277 0 17 7 23 512 27 113
Binary 11001110 10110000 10111111 0 1111 111 10011 101001010 10111 1001011

Color Harmonies of #CEB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB0BF

Black with #CEB0BF

Text Example


Text Example

White with #CEB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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