Html Css Color HEX #C3AEBA Maverick

📋 copy color: '#C3AEBA'

red 195 ◦ green 174 ◦ blue 186

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

Shades of Maverick #C3AEBA

Tints of Maverick #C3AEBA

RGB

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

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

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

R = 35.14%
G = 31.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3AEBA (or 0xC3AEBA) is known color: Maverick. HEX triplet: C3, AE and BA. RGB value is (195,174,186). Sum of RGB (Red+Green+Blue) = 195+174+186=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEBA is #3C5145. Grayscale: #B5B5B5. Windows color (decimal): -3952966 or 12234435. OLE color: 12234435.

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

Color convert

RGB 195 174 186 -
CMYK 0 0.11 0.05 0.24
HSL 325.71º 0.15% 0.72% -
HSV(B) 325.71º 0.11% 0.76% -
XYZ 46.5 45.42 52.77 -
YUV 181.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 195 174 186 0 0.11 0.05 0.24 325.71 0.15 0.72
Hex C3 AE BA 0 B 5 18 146 F 48
Octal 303 256 272 0 13 5 30 506 17 110
Binary 11000011 10101110 10111010 0 1011 101 11000 101000110 1111 1001000

Color Harmonies of #C3AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEBA

Black with #C3AEBA

Text Example


Text Example

White with #C3AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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