Html Css Color HEX #953E5A Cadillac

📋 copy color: '#953E5A'

red 149 ◦ green 62 ◦ blue 90

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

Shades of Cadillac #953E5A

Tints of Cadillac #953E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 49.5%
G = 20.6%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#953E5A (or 0x953E5A) is known color: Cadillac. HEX triplet: 95, 3E and 5A. RGB value is (149,62,90). Sum of RGB (Red+Green+Blue) = 149+62+90=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E5A is #6AC1A5. Grayscale: #5B5B5B. Windows color (decimal): -6996390 or 5914261. OLE color: 5914261.

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

Color convert

RGB 149 62 90 -
CMYK 0 0.58 0.40 0.42
HSL 340.69º 0.41% 0.41% -
HSV(B) 340.69º 0.58% 0.58% -
XYZ 15.96 10.57 10.87 -
YUV 91.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 149 62 90 0 0.58 0.40 0.42 340.69 0.41 0.41
Hex 95 3E 5A 0 3A 28 2A 155 29 29
Octal 225 76 132 0 72 50 52 525 51 51
Binary 10010101 111110 1011010 0 111010 101000 101010 101010101 101001 101001

Color Harmonies of #953E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E5A

Black with #953E5A

Text Example


Text Example

White with #953E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,62,90); }

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

background-color css

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

 a { background-color: rgb(149,62,90); }

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

border-color css

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

 span { border-color: rgb(149,62,90); }

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