Html Css Color HEX #C3B2BD Maverick

📋 copy color: '#C3B2BD'

red 195 ◦ green 178 ◦ blue 189

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

Shades of Maverick #C3B2BD

Tints of Maverick #C3B2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 34.7%
G = 31.67%
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

#C3B2BD (or 0xC3B2BD) is known color: Maverick. HEX triplet: C3, B2 and BD. RGB value is (195,178,189). Sum of RGB (Red+Green+Blue) = 195+178+189=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B2BD is #3C4D42. Grayscale: #B8B8B8. Windows color (decimal): -3951939 or 12432067. OLE color: 12432067.

HSL color Cylindrical-coordinate representation of color #C3B2BD: hue angle of 321.18º 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 #C3B2BD is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 178 189 -
CMYK 0 0.09 0.03 0.24
HSL 321.18º 0.12% 0.73% -
HSV(B) 321.18º 0.09% 0.76% -
XYZ 47.61 47.12 54.73 -
YUV 184.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 195 178 189 0 0.09 0.03 0.24 321.18 0.12 0.73
Hex C3 B2 BD 0 9 3 18 141 C 49
Octal 303 262 275 0 11 3 30 501 14 111
Binary 11000011 10110010 10111101 0 1001 11 11000 101000001 1100 1001001

Color Harmonies of #C3B2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B2BD

Black with #C3B2BD

Text Example


Text Example

White with #C3B2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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