Html Css Color HEX #C3AAB9 Maverick

📋 copy color: '#C3AAB9'

red 195 ◦ green 170 ◦ blue 185

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

Shades of Maverick #C3AAB9

Tints of Maverick #C3AAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.91%

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 35.45%
G = 30.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3AAB9 (or 0xC3AAB9) is known color: Maverick. HEX triplet: C3, AA and B9. RGB value is (195,170,185). Sum of RGB (Red+Green+Blue) = 195+170+185=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AAB9 is #3C5546. Grayscale: #B3B3B3. Windows color (decimal): -3953991 or 12167875. OLE color: 12167875.

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

Color convert

RGB 195 170 185 -
CMYK 0 0.13 0.05 0.24
HSL 324º 0.17% 0.72% -
HSV(B) 324º 0.13% 0.76% -
XYZ 45.64 43.85 51.96 -
YUV 179.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 195 170 185 0 0.13 0.05 0.24 324 0.17 0.72
Hex C3 AA B9 0 D 5 18 144 11 48
Octal 303 252 271 0 15 5 30 504 21 110
Binary 11000011 10101010 10111001 0 1101 101 11000 101000100 10001 1001000

Color Harmonies of #C3AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AAB9

Black with #C3AAB9

Text Example


Text Example

White with #C3AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AAB9; }

 p { color: rgb(195,170,185); }

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

background-color css

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

 a { background-color: rgb(195,170,185); }

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

border-color css

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

 span { border-color: rgb(195,170,185); }

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