Html Css Color HEX #953C59 Cadillac

📋 copy color: '#953C59'

red 149 ◦ green 60 ◦ blue 89

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

Shades of Cadillac #953C59

Tints of Cadillac #953C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 50%
G = 20.13%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#953C59 (or 0x953C59) is known color: Cadillac. HEX triplet: 95, 3C and 59. RGB value is (149,60,89). Sum of RGB (Red+Green+Blue) = 149+60+89=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #953C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C59 is #6AC3A6. Grayscale: #595959. Windows color (decimal): -6996903 or 5848213. OLE color: 5848213.

HSL color Cylindrical-coordinate representation of color #953C59: hue angle of 340.45º 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 #953C59 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 89 -
CMYK 0 0.60 0.40 0.42
HSL 340.45º 0.43% 0.41% -
HSV(B) 340.45º 0.6% 0.58% -
XYZ 15.81 10.34 10.61 -
YUV 89.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 149 60 89 0 0.60 0.40 0.42 340.45 0.43 0.41
Hex 95 3C 59 0 3C 28 2A 154 2B 29
Octal 225 74 131 0 74 50 52 524 53 51
Binary 10010101 111100 1011001 0 111100 101000 101010 101010100 101011 101001

Color Harmonies of #953C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C59

Black with #953C59

Text Example


Text Example

White with #953C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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