Html Css Color HEX #C4AFBA Maverick

📋 copy color: '#C4AFBA'

red 196 ◦ green 175 ◦ blue 186

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

Shades of Maverick #C4AFBA

Tints of Maverick #C4AFBA

RGB

 RED value IS 196 (76.95% from 255) = 35.19%

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 35.19%
G = 31.42%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4AFBA (or 0xC4AFBA) is known color: Maverick. HEX triplet: C4, AF and BA. RGB value is (196,175,186). Sum of RGB (Red+Green+Blue) = 196+175+186=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFBA is #3B5045. Grayscale: #B6B6B6. Windows color (decimal): -3887174 or 12234692. OLE color: 12234692.

HSL color Cylindrical-coordinate representation of color #C4AFBA: hue angle of 328.57º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFBA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 186 -
CMYK 0 0.11 0.05 0.23
HSL 328.57º 0.15% 0.73% -
HSV(B) 328.57º 0.11% 0.77% -
XYZ 46.96 45.94 52.85 -
YUV 182.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 196 175 186 0 0.11 0.05 0.23 328.57 0.15 0.73
Hex C4 AF BA 0 B 5 17 149 F 49
Octal 304 257 272 0 13 5 27 511 17 111
Binary 11000100 10101111 10111010 0 1011 101 10111 101001001 1111 1001001

Color Harmonies of #C4AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFBA

Black with #C4AFBA

Text Example


Text Example

White with #C4AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFBA; }

 p { color: rgb(196,175,186); }

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

background-color css

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

 a { background-color: rgb(196,175,186); }

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

border-color css

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

 span { border-color: rgb(196,175,186); }

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