Html Css Color HEX #C3AFB9 Maverick

📋 copy color: '#C3AFB9'

red 195 ◦ green 175 ◦ blue 185

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

Shades of Maverick #C3AFB9

Tints of Maverick #C3AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.53%

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

R = 35.14%
G = 31.53%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3AFB9 (or 0xC3AFB9) is known color: Maverick. HEX triplet: C3, AF and B9. RGB value is (195,175,185). Sum of RGB (Red+Green+Blue) = 195+175+185=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFB9 is #3C5046. Grayscale: #B6B6B6. Windows color (decimal): -3952711 or 12169155. OLE color: 12169155.

HSL color Cylindrical-coordinate representation of color #C3AFB9: hue angle of 330º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3AFB9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 185 -
CMYK 0 0.10 0.05 0.24
HSL 330º 0.14% 0.73% -
HSV(B) 330º 0.1% 0.76% -
XYZ 46.59 45.76 52.28 -
YUV 182.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 195 175 185 0 0.10 0.05 0.24 330 0.14 0.73
Hex C3 AF B9 0 A 5 18 14A E 49
Octal 303 257 271 0 12 5 30 512 16 111
Binary 11000011 10101111 10111001 0 1010 101 11000 101001010 1110 1001001

Color Harmonies of #C3AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFB9

Black with #C3AFB9

Text Example


Text Example

White with #C3AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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