Html Css Color HEX #C3AFBF Maverick

📋 copy color: '#C3AFBF'

red 195 ◦ green 175 ◦ blue 191

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

Shades of Maverick #C3AFBF

Tints of Maverick #C3AFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.05%

R = 34.76%
G = 31.19%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C3AFBF (or 0xC3AFBF) is known color: Maverick. HEX triplet: C3, AF and BF. RGB value is (195,175,191). Sum of RGB (Red+Green+Blue) = 195+175+191=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFBF is #3C5040. Grayscale: #B6B6B6. Windows color (decimal): -3952705 or 12562371. OLE color: 12562371.

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

Color convert

RGB 195 175 191 -
CMYK 0 0.10 0.02 0.24
HSL 312º 0.14% 0.73% -
HSV(B) 312º 0.1% 0.76% -
XYZ 47.24 46.02 55.68 -
YUV 182.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 195 175 191 0 0.10 0.02 0.24 312 0.14 0.73
Hex C3 AF BF 0 A 2 18 138 E 49
Octal 303 257 277 0 12 2 30 470 16 111
Binary 11000011 10101111 10111111 0 1010 10 11000 100111000 1110 1001001

Color Harmonies of #C3AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AFBF

Black with #C3AFBF

Text Example


Text Example

White with #C3AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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