Html Css Color HEX #95486B Cadillac

📋 copy color: '#95486B'

red 149 ◦ green 72 ◦ blue 107

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

Shades of Cadillac #95486B

Tints of Cadillac #95486B

RGB

 RED value IS 149 (58.59% from 255) = 45.43%

 GREEN value IS 72 (28.52% from 255) = 21.95%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 45.43%
G = 21.95%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95486B (or 0x95486B) is known color: Cadillac. HEX triplet: 95, 48 and 6B. RGB value is (149,72,107). Sum of RGB (Red+Green+Blue) = 149+72+107=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95486B is #6AB794. Grayscale: #626262. Windows color (decimal): -6993813 or 7030933. OLE color: 7030933.

HSL color Cylindrical-coordinate representation of color #95486B: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95486B is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 107 -
CMYK 0 0.52 0.28 0.42
HSL 332.73º 0.35% 0.43% -
HSV(B) 332.73º 0.52% 0.58% -
XYZ 17.37 12.09 15.33 -
YUV 99.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 149 72 107 0 0.52 0.28 0.42 332.73 0.35 0.43
Hex 95 48 6B 0 34 1C 2A 14D 23 2B
Octal 225 110 153 0 64 34 52 515 43 53
Binary 10010101 1001000 1101011 0 110100 11100 101010 101001101 100011 101011

Color Harmonies of #95486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95486B

Black with #95486B

Text Example


Text Example

White with #95486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95486B; }

 p { color: rgb(149,72,107); }

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

background-color css

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

 a { background-color: rgb(149,72,107); }

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

border-color css

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

 span { border-color: rgb(149,72,107); }

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