Html Css Color HEX #C1B0BB Maverick

📋 copy color: '#C1B0BB'

red 193 ◦ green 176 ◦ blue 187

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

Shades of Maverick #C1B0BB

Tints of Maverick #C1B0BB

RGB

 RED value IS 193 (75.78% from 255) = 34.71%

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 34.71%
G = 31.65%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C1B0BB (or 0xC1B0BB) is known color: Maverick. HEX triplet: C1, B0 and BB. RGB value is (193,176,187). Sum of RGB (Red+Green+Blue) = 193+176+187=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0BB is #3E4F44. Grayscale: #B6B6B6. Windows color (decimal): -4083525 or 12300481. OLE color: 12300481.

HSL color Cylindrical-coordinate representation of color #C1B0BB: hue angle of 321.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B0BB is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 187 -
CMYK 0 0.09 0.03 0.24
HSL 321.18º 0.12% 0.72% -
HSV(B) 321.18º 0.09% 0.76% -
XYZ 46.49 45.98 53.44 -
YUV 182.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 193 176 187 0 0.09 0.03 0.24 321.18 0.12 0.72
Hex C1 B0 BB 0 9 3 18 141 C 48
Octal 301 260 273 0 11 3 30 501 14 110
Binary 11000001 10110000 10111011 0 1001 11 11000 101000001 1100 1001000

Color Harmonies of #C1B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0BB

Black with #C1B0BB

Text Example


Text Example

White with #C1B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0BB; }

 p { color: rgb(193,176,187); }

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

background-color css

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

 a { background-color: rgb(193,176,187); }

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

border-color css

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

 span { border-color: rgb(193,176,187); }

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