Html Css Color HEX #953B5A Cadillac

📋 copy color: '#953B5A'

red 149 ◦ green 59 ◦ blue 90

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

Shades of Cadillac #953B5A

Tints of Cadillac #953B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 50%
G = 19.8%
B = 30.2%

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

#953B5A (or 0x953B5A) is known color: Cadillac. HEX triplet: 95, 3B and 5A. RGB value is (149,59,90). Sum of RGB (Red+Green+Blue) = 149+59+90=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #953B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B5A is #6AC4A5. Grayscale: #595959. Windows color (decimal): -6997158 or 5913493. OLE color: 5913493.

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

Color convert

RGB 149 59 90 -
CMYK 0 0.60 0.40 0.42
HSL 339.33º 0.43% 0.41% -
HSV(B) 339.33º 0.6% 0.58% -
XYZ 15.8 10.26 10.82 -
YUV 89.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 149 59 90 0 0.60 0.40 0.42 339.33 0.43 0.41
Hex 95 3B 5A 0 3C 28 2A 153 2B 29
Octal 225 73 132 0 74 50 52 523 53 51
Binary 10010101 111011 1011010 0 111100 101000 101010 101010011 101011 101001

Color Harmonies of #953B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B5A

Black with #953B5A

Text Example


Text Example

White with #953B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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