Html Css Color HEX #95456D Cadillac

📋 copy color: '#95456D'

red 149 ◦ green 69 ◦ blue 109

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

Shades of Cadillac #95456D

Tints of Cadillac #95456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 45.57%
G = 21.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95456D (or 0x95456D) is known color: Cadillac. HEX triplet: 95, 45 and 6D. RGB value is (149,69,109). Sum of RGB (Red+Green+Blue) = 149+69+109=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95456D is #6ABA92. Grayscale: #616161. Windows color (decimal): -6994579 or 7161237. OLE color: 7161237.

HSL color Cylindrical-coordinate representation of color #95456D: hue angle of 330º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95456D is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 109 -
CMYK 0 0.54 0.27 0.42
HSL 330º 0.37% 0.43% -
HSV(B) 330º 0.54% 0.58% -
XYZ 17.28 11.75 15.83 -
YUV 97.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 149 69 109 0 0.54 0.27 0.42 330 0.37 0.43
Hex 95 45 6D 0 36 1B 2A 14A 25 2B
Octal 225 105 155 0 66 33 52 512 45 53
Binary 10010101 1000101 1101101 0 110110 11011 101010 101001010 100101 101011

Color Harmonies of #95456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95456D

Black with #95456D

Text Example


Text Example

White with #95456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95456D; }

 p { color: rgb(149,69,109); }

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

background-color css

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

 a { background-color: rgb(149,69,109); }

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

border-color css

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

 span { border-color: rgb(149,69,109); }

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