Html Css Color HEX #CEB1C1 Maverick

📋 copy color: '#CEB1C1'

red 206 ◦ green 177 ◦ blue 193

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

Shades of Maverick #CEB1C1

Tints of Maverick #CEB1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.73%

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

R = 35.76%
G = 30.73%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CEB1C1 (or 0xCEB1C1) is known color: Maverick. HEX triplet: CE, B1 and C1. RGB value is (206,177,193). Sum of RGB (Red+Green+Blue) = 206+177+193=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1C1 is #314E3E. Grayscale: #BBBBBB. Windows color (decimal): -3231295 or 12693966. OLE color: 12693966.

HSL color Cylindrical-coordinate representation of color #CEB1C1: hue angle of 326.9º degrees, saturation: 0.23, 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 #CEB1C1 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 193 -
CMYK 0 0.14 0.06 0.19
HSL 326.9º 0.23% 0.75% -
HSV(B) 326.9º 0.14% 0.81% -
XYZ 50.8 48.42 57.12 -
YUV 187.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 206 177 193 0 0.14 0.06 0.19 326.9 0.23 0.75
Hex CE B1 C1 0 E 6 13 147 17 4B
Octal 316 261 301 0 16 6 23 507 27 113
Binary 11001110 10110001 11000001 0 1110 110 10011 101000111 10111 1001011

Color Harmonies of #CEB1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB1C1

Black with #CEB1C1

Text Example


Text Example

White with #CEB1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB1C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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