Html Css Color HEX #C4A8BC Maverick

📋 copy color: '#C4A8BC'

red 196 ◦ green 168 ◦ blue 188

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

Shades of Maverick #C4A8BC

Tints of Maverick #C4A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 35.51%
G = 30.43%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4A8BC (or 0xC4A8BC) is known color: Maverick. HEX triplet: C4, A8 and BC. RGB value is (196,168,188). Sum of RGB (Red+Green+Blue) = 196+168+188=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8BC is #3B5743. Grayscale: #B2B2B2. Windows color (decimal): -3888964 or 12363972. OLE color: 12363972.

HSL color Cylindrical-coordinate representation of color #C4A8BC: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8BC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 188 -
CMYK 0 0.14 0.04 0.23
HSL 317.14º 0.19% 0.71% -
HSV(B) 317.14º 0.14% 0.77% -
XYZ 45.84 43.37 53.53 -
YUV 178.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 196 168 188 0 0.14 0.04 0.23 317.14 0.19 0.71
Hex C4 A8 BC 0 E 4 17 13D 13 47
Octal 304 250 274 0 16 4 27 475 23 107
Binary 11000100 10101000 10111100 0 1110 100 10111 100111101 10011 1000111

Color Harmonies of #C4A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A8BC

Black with #C4A8BC

Text Example


Text Example

White with #C4A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A8BC; }

 p { color: rgb(196,168,188); }

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

background-color css

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

 a { background-color: rgb(196,168,188); }

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

border-color css

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

 span { border-color: rgb(196,168,188); }

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