Html Css Color HEX #CEB4BF Maverick

📋 copy color: '#CEB4BF'

red 206 ◦ green 180 ◦ blue 191

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

Shades of Maverick #CEB4BF

Tints of Maverick #CEB4BF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.2%

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

R = 35.7%
G = 31.2%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CEB4BF (or 0xCEB4BF) is known color: Maverick. HEX triplet: CE, B4 and BF. RGB value is (206,180,191). Sum of RGB (Red+Green+Blue) = 206+180+191=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4BF is #314B40. Grayscale: #BDBDBD. Windows color (decimal): -3230529 or 12563662. OLE color: 12563662.

HSL color Cylindrical-coordinate representation of color #CEB4BF: hue angle of 334.62º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB4BF is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 191 -
CMYK 0 0.13 0.07 0.19
HSL 334.62º 0.21% 0.76% -
HSV(B) 334.62º 0.13% 0.81% -
XYZ 51.18 49.53 56.15 -
YUV 189.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 206 180 191 0 0.13 0.07 0.19 334.62 0.21 0.76
Hex CE B4 BF 0 D 7 13 14F 15 4C
Octal 316 264 277 0 15 7 23 517 25 114
Binary 11001110 10110100 10111111 0 1101 111 10011 101001111 10101 1001100

Color Harmonies of #CEB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4BF

Black with #CEB4BF

Text Example


Text Example

White with #CEB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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