Html Css Color HEX #C2B5BB Maverick

📋 copy color: '#C2B5BB'

red 194 ◦ green 181 ◦ blue 187

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

Shades of Maverick #C2B5BB

Tints of Maverick #C2B5BB

RGB

 RED value IS 194 (76.17% from 255) = 34.52%

 GREEN value IS 181 (71.09% from 255) = 32.21%

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

R = 34.52%
G = 32.21%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2B5BB (or 0xC2B5BB) is known color: Maverick. HEX triplet: C2, B5 and BB. RGB value is (194,181,187). Sum of RGB (Red+Green+Blue) = 194+181+187=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5BB is #3D4A44. Grayscale: #B9B9B9. Windows color (decimal): -4016709 or 12301762. OLE color: 12301762.

HSL color Cylindrical-coordinate representation of color #C2B5BB: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B5BB is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 187 -
CMYK 0 0.07 0.04 0.24
HSL 332.31º 0.1% 0.74% -
HSV(B) 332.31º 0.07% 0.76% -
XYZ 47.74 48.1 53.78 -
YUV 185.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 194 181 187 0 0.07 0.04 0.24 332.31 0.1 0.74
Hex C2 B5 BB 0 7 4 18 14C A 4A
Octal 302 265 273 0 7 4 30 514 12 112
Binary 11000010 10110101 10111011 0 111 100 11000 101001100 1010 1001010

Color Harmonies of #C2B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B5BB

Black with #C2B5BB

Text Example


Text Example

White with #C2B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B5BB; }

 p { color: rgb(194,181,187); }

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

background-color css

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

 a { background-color: rgb(194,181,187); }

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

border-color css

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

 span { border-color: rgb(194,181,187); }

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