Html Css Color HEX #C2B6BB Maverick

📋 copy color: '#C2B6BB'

red 194 ◦ green 182 ◦ blue 187

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

Shades of Maverick #C2B6BB

Tints of Maverick #C2B6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.33%

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

R = 34.46%
G = 32.33%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2B6BB (or 0xC2B6BB) is known color: Maverick. HEX triplet: C2, B6 and BB. RGB value is (194,182,187). Sum of RGB (Red+Green+Blue) = 194+182+187=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6BB is #3D4944. Grayscale: #BABABA. Windows color (decimal): -4016453 or 12302018. OLE color: 12302018.

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

Color convert

RGB 194 182 187 -
CMYK 0 0.06 0.04 0.24
HSL 335º 0.09% 0.74% -
HSV(B) 335º 0.06% 0.76% -
XYZ 47.95 48.51 53.85 -
YUV 186.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 194 182 187 0 0.06 0.04 0.24 335 0.09 0.74
Hex C2 B6 BB 0 6 4 18 14F 9 4A
Octal 302 266 273 0 6 4 30 517 11 112
Binary 11000010 10110110 10111011 0 110 100 11000 101001111 1001 1001010

Color Harmonies of #C2B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B6BB

Black with #C2B6BB

Text Example


Text Example

White with #C2B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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