Html Css Color HEX #953C70 Cadillac

📋 copy color: '#953C70'

red 149 ◦ green 60 ◦ blue 112

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

Shades of Cadillac #953C70

Tints of Cadillac #953C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

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

R = 46.42%
G = 18.69%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#953C70 (or 0x953C70) is known color: Cadillac. HEX triplet: 95, 3C and 70. RGB value is (149,60,112). Sum of RGB (Red+Green+Blue) = 149+60+112=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #953C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C70 is #6AC38F. Grayscale: #5C5C5C. Windows color (decimal): -6996880 or 7355541. OLE color: 7355541.

HSL color Cylindrical-coordinate representation of color #953C70: hue angle of 324.94º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C70 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 112 -
CMYK 0 0.60 0.25 0.42
HSL 324.94º 0.43% 0.41% -
HSV(B) 324.94º 0.6% 0.58% -
XYZ 16.93 10.79 16.52 -
YUV 92.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 149 60 112 0 0.60 0.25 0.42 324.94 0.43 0.41
Hex 95 3C 70 0 3C 19 2A 145 2B 29
Octal 225 74 160 0 74 31 52 505 53 51
Binary 10010101 111100 1110000 0 111100 11001 101010 101000101 101011 101001

Color Harmonies of #953C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C70

Black with #953C70

Text Example


Text Example

White with #953C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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