Html Css Color HEX #C3B2BB Maverick

📋 copy color: '#C3B2BB'

red 195 ◦ green 178 ◦ blue 187

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

Shades of Maverick #C3B2BB

Tints of Maverick #C3B2BB

RGB

 RED value IS 195 (76.56% from 255) = 34.82%

 GREEN value IS 178 (69.92% from 255) = 31.79%

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

R = 34.82%
G = 31.79%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C3B2BB (or 0xC3B2BB) is known color: Maverick. HEX triplet: C3, B2 and BB. RGB value is (195,178,187). Sum of RGB (Red+Green+Blue) = 195+178+187=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2BB is #3C4D44. Grayscale: #B8B8B8. Windows color (decimal): -3951941 or 12300995. OLE color: 12300995.

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

Color convert

RGB 195 178 187 -
CMYK 0 0.09 0.04 0.24
HSL 328.24º 0.12% 0.73% -
HSV(B) 328.24º 0.09% 0.76% -
XYZ 47.4 47.03 53.59 -
YUV 184.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 195 178 187 0 0.09 0.04 0.24 328.24 0.12 0.73
Hex C3 B2 BB 0 9 4 18 148 C 49
Octal 303 262 273 0 11 4 30 510 14 111
Binary 11000011 10110010 10111011 0 1001 100 11000 101001000 1100 1001001

Color Harmonies of #C3B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B2BB

Black with #C3B2BB

Text Example


Text Example

White with #C3B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B2BB; }

 p { color: rgb(195,178,187); }

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

background-color css

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

 a { background-color: rgb(195,178,187); }

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

border-color css

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

 span { border-color: rgb(195,178,187); }

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