Html Css Color HEX #C3AEC0 Maverick

📋 copy color: '#C3AEC0'

red 195 ◦ green 174 ◦ blue 192

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

Shades of Maverick #C3AEC0

Tints of Maverick #C3AEC0

RGB

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

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

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

R = 34.76%
G = 31.02%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C3AEC0 (or 0xC3AEC0) is known color: Maverick. HEX triplet: C3, AE and C0. RGB value is (195,174,192). Sum of RGB (Red+Green+Blue) = 195+174+192=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEC0 is #3C513F. Grayscale: #B6B6B6. Windows color (decimal): -3952960 or 12627651. OLE color: 12627651.

HSL color Cylindrical-coordinate representation of color #C3AEC0: hue angle of 308.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3AEC0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 174 192 -
CMYK 0 0.11 0.02 0.24
HSL 308.57º 0.15% 0.72% -
HSV(B) 308.57º 0.11% 0.76% -
XYZ 47.16 45.68 56.2 -
YUV 182.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 195 174 192 0 0.11 0.02 0.24 308.57 0.15 0.72
Hex C3 AE C0 0 B 2 18 135 F 48
Octal 303 256 300 0 13 2 30 465 17 110
Binary 11000011 10101110 11000000 0 1011 10 11000 100110101 1111 1001000

Color Harmonies of #C3AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEC0

Black with #C3AEC0

Text Example


Text Example

White with #C3AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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