Html Css Color HEX #954075 Cadillac

📋 copy color: '#954075'

red 149 ◦ green 64 ◦ blue 117

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

Shades of Cadillac #954075

Tints of Cadillac #954075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 45.15%
G = 19.39%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#954075 (or 0x954075) is known color: Cadillac. HEX triplet: 95, 40 and 75. RGB value is (149,64,117). Sum of RGB (Red+Green+Blue) = 149+64+117=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #954075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954075 is #6ABF8A. Grayscale: #5F5F5F. Windows color (decimal): -6995851 or 7684245. OLE color: 7684245.

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

Color convert

RGB 149 64 117 -
CMYK 0 0.57 0.21 0.42
HSL 322.59º 0.4% 0.42% -
HSV(B) 322.59º 0.57% 0.58% -
XYZ 17.44 11.34 18.1 -
YUV 95.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 149 64 117 0 0.57 0.21 0.42 322.59 0.4 0.42
Hex 95 40 75 0 39 15 2A 143 28 2A
Octal 225 100 165 0 71 25 52 503 50 52
Binary 10010101 1000000 1110101 0 111001 10101 101010 101000011 101000 101010

Color Harmonies of #954075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954075

Black with #954075

Text Example


Text Example

White with #954075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954075; }

 p { color: rgb(149,64,117); }

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

background-color css

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

 a { background-color: rgb(149,64,117); }

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

border-color css

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

 span { border-color: rgb(149,64,117); }

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