Html Css Color HEX #CEB3C1 Maverick

📋 copy color: '#CEB3C1'

red 206 ◦ green 179 ◦ blue 193

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

Shades of Maverick #CEB3C1

Tints of Maverick #CEB3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.97%

 BLUE value IS 193 (75.78% from 255) = 33.39%

R = 35.64%
G = 30.97%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEB3C1 (or 0xCEB3C1) is known color: Maverick. HEX triplet: CE, B3 and C1. RGB value is (206,179,193). Sum of RGB (Red+Green+Blue) = 206+179+193=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C1 is #314C3E. Grayscale: #BCBCBC. Windows color (decimal): -3230783 or 12694478. OLE color: 12694478.

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

Color convert

RGB 206 179 193 -
CMYK 0 0.13 0.06 0.19
HSL 328.89º 0.22% 0.75% -
HSV(B) 328.89º 0.13% 0.81% -
XYZ 51.2 49.21 57.25 -
YUV 188.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 206 179 193 0 0.13 0.06 0.19 328.89 0.22 0.75
Hex CE B3 C1 0 D 6 13 149 16 4B
Octal 316 263 301 0 15 6 23 511 26 113
Binary 11001110 10110011 11000001 0 1101 110 10011 101001001 10110 1001011

Color Harmonies of #CEB3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB3C1

Black with #CEB3C1

Text Example


Text Example

White with #CEB3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB3C1; }

 p { color: rgb(206,179,193); }

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

background-color css

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

 a { background-color: rgb(206,179,193); }

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

border-color css

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

 span { border-color: rgb(206,179,193); }

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