Html Css Color HEX #954373 Cadillac

📋 copy color: '#954373'

red 149 ◦ green 67 ◦ blue 115

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

Shades of Cadillac #954373

Tints of Cadillac #954373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 45.02%
G = 20.24%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#954373 (or 0x954373) is known color: Cadillac. HEX triplet: 95, 43 and 73. RGB value is (149,67,115). Sum of RGB (Red+Green+Blue) = 149+67+115=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954373 is #6ABC8C. Grayscale: #606060. Windows color (decimal): -6995085 or 7553941. OLE color: 7553941.

HSL color Cylindrical-coordinate representation of color #954373: hue angle of 324.88º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954373 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 115 -
CMYK 0 0.55 0.23 0.42
HSL 324.88º 0.38% 0.42% -
HSV(B) 324.88º 0.55% 0.58% -
XYZ 17.5 11.64 17.54 -
YUV 96.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 149 67 115 0 0.55 0.23 0.42 324.88 0.38 0.42
Hex 95 43 73 0 37 17 2A 145 26 2A
Octal 225 103 163 0 67 27 52 505 46 52
Binary 10010101 1000011 1110011 0 110111 10111 101010 101000101 100110 101010

Color Harmonies of #954373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954373

Black with #954373

Text Example


Text Example

White with #954373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954373; }

 p { color: rgb(149,67,115); }

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

background-color css

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

 a { background-color: rgb(149,67,115); }

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

border-color css

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

 span { border-color: rgb(149,67,115); }

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