Html Css Color HEX #C3ADBA Maverick

📋 copy color: '#C3ADBA'

red 195 ◦ green 173 ◦ blue 186

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

Shades of Maverick #C3ADBA

Tints of Maverick #C3ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

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

R = 35.2%
G = 31.23%
B = 33.57%

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

#C3ADBA (or 0xC3ADBA) is known color: Maverick. HEX triplet: C3, AD and BA. RGB value is (195,173,186). Sum of RGB (Red+Green+Blue) = 195+173+186=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADBA is #3C5245. Grayscale: #B5B5B5. Windows color (decimal): -3953222 or 12234179. OLE color: 12234179.

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

Color convert

RGB 195 173 186 -
CMYK 0 0.11 0.05 0.24
HSL 324.55º 0.15% 0.72% -
HSV(B) 324.55º 0.11% 0.76% -
XYZ 46.31 45.03 52.71 -
YUV 181.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 195 173 186 0 0.11 0.05 0.24 324.55 0.15 0.72
Hex C3 AD BA 0 B 5 18 145 F 48
Octal 303 255 272 0 13 5 30 505 17 110
Binary 11000011 10101101 10111010 0 1011 101 11000 101000101 1111 1001000

Color Harmonies of #C3ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADBA

Black with #C3ADBA

Text Example


Text Example

White with #C3ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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