Html Css Color HEX #C3ACBD Maverick

📋 copy color: '#C3ACBD'

red 195 ◦ green 172 ◦ blue 189

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

Shades of Maverick #C3ACBD

Tints of Maverick #C3ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.94%

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

R = 35.07%
G = 30.94%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C3ACBD (or 0xC3ACBD) is known color: Maverick. HEX triplet: C3, AC and BD. RGB value is (195,172,189). Sum of RGB (Red+Green+Blue) = 195+172+189=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACBD is #3C5342. Grayscale: #B4B4B4. Windows color (decimal): -3953475 or 12430531. OLE color: 12430531.

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

Color convert

RGB 195 172 189 -
CMYK 0 0.12 0.03 0.24
HSL 315.65º 0.16% 0.72% -
HSV(B) 315.65º 0.12% 0.76% -
XYZ 46.44 44.78 54.34 -
YUV 180.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 195 172 189 0 0.12 0.03 0.24 315.65 0.16 0.72
Hex C3 AC BD 0 C 3 18 13C 10 48
Octal 303 254 275 0 14 3 30 474 20 110
Binary 11000011 10101100 10111101 0 1100 11 11000 100111100 10000 1001000

Color Harmonies of #C3ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ACBD

Black with #C3ACBD

Text Example


Text Example

White with #C3ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ACBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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