Html Css Color HEX #954470 Cadillac

📋 copy color: '#954470'

red 149 ◦ green 68 ◦ blue 112

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

Shades of Cadillac #954470

Tints of Cadillac #954470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 45.29%
G = 20.67%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#954470 (or 0x954470) is known color: Cadillac. HEX triplet: 95, 44 and 70. RGB value is (149,68,112). Sum of RGB (Red+Green+Blue) = 149+68+112=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #954470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954470 is #6ABB8F. Grayscale: #616161. Windows color (decimal): -6994832 or 7357589. OLE color: 7357589.

HSL color Cylindrical-coordinate representation of color #954470: hue angle of 327.41º 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 #954470 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 112 -
CMYK 0 0.54 0.25 0.42
HSL 327.41º 0.37% 0.43% -
HSV(B) 327.41º 0.54% 0.58% -
XYZ 17.39 11.69 16.67 -
YUV 97.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 149 68 112 0 0.54 0.25 0.42 327.41 0.37 0.43
Hex 95 44 70 0 36 19 2A 147 25 2B
Octal 225 104 160 0 66 31 52 507 45 53
Binary 10010101 1000100 1110000 0 110110 11001 101010 101000111 100101 101011

Color Harmonies of #954470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954470

Black with #954470

Text Example


Text Example

White with #954470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954470; }

 p { color: rgb(149,68,112); }

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

background-color css

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

 a { background-color: rgb(149,68,112); }

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

border-color css

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

 span { border-color: rgb(149,68,112); }

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