Html Css Color HEX #953C5E Cadillac

📋 copy color: '#953C5E'

red 149 ◦ green 60 ◦ blue 94

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

Shades of Cadillac #953C5E

Tints of Cadillac #953C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 49.17%
G = 19.8%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#953C5E (or 0x953C5E) is known color: Cadillac. HEX triplet: 95, 3C and 5E. RGB value is (149,60,94). Sum of RGB (Red+Green+Blue) = 149+60+94=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C5E is #6AC3A1. Grayscale: #5A5A5A. Windows color (decimal): -6996898 or 6175893. OLE color: 6175893.

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

Color convert

RGB 149 60 94 -
CMYK 0 0.60 0.37 0.42
HSL 337.08º 0.43% 0.41% -
HSV(B) 337.08º 0.6% 0.58% -
XYZ 16.03 10.43 11.76 -
YUV 90.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 149 60 94 0 0.60 0.37 0.42 337.08 0.43 0.41
Hex 95 3C 5E 0 3C 25 2A 151 2B 29
Octal 225 74 136 0 74 45 52 521 53 51
Binary 10010101 111100 1011110 0 111100 100101 101010 101010001 101011 101001

Color Harmonies of #953C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C5E

Black with #953C5E

Text Example


Text Example

White with #953C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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