Html Css Color HEX #C4AEC0 Maverick

📋 copy color: '#C4AEC0'

red 196 ◦ green 174 ◦ blue 192

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

Shades of Maverick #C4AEC0

Tints of Maverick #C4AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.96%

 BLUE value IS 192 (75.39% from 255) = 34.16%

R = 34.88%
G = 30.96%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C4AEC0 (or 0xC4AEC0) is known color: Maverick. HEX triplet: C4, AE and C0. RGB value is (196,174,192). Sum of RGB (Red+Green+Blue) = 196+174+192=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEC0 is #3B513F. Grayscale: #B6B6B6. Windows color (decimal): -3887424 or 12627652. OLE color: 12627652.

HSL color Cylindrical-coordinate representation of color #C4AEC0: hue angle of 310.91º degrees, saturation: 0.16, 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 #C4AEC0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 174 192 -
CMYK 0 0.11 0.02 0.23
HSL 310.91º 0.16% 0.73% -
HSV(B) 310.91º 0.11% 0.77% -
XYZ 47.42 45.81 56.21 -
YUV 182.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 196 174 192 0 0.11 0.02 0.23 310.91 0.16 0.73
Hex C4 AE C0 0 B 2 17 137 10 49
Octal 304 256 300 0 13 2 27 467 20 111
Binary 11000100 10101110 11000000 0 1011 10 10111 100110111 10000 1001001

Color Harmonies of #C4AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEC0

Black with #C4AEC0

Text Example


Text Example

White with #C4AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEC0; }

 p { color: rgb(196,174,192); }

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

background-color css

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

 a { background-color: rgb(196,174,192); }

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

border-color css

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

 span { border-color: rgb(196,174,192); }

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