Html Css Color HEX #953D6E Cadillac

📋 copy color: '#953D6E'

red 149 ◦ green 61 ◦ blue 110

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

Shades of Cadillac #953D6E

Tints of Cadillac #953D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 46.56%
G = 19.06%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#953D6E (or 0x953D6E) is known color: Cadillac. HEX triplet: 95, 3D and 6E. RGB value is (149,61,110). Sum of RGB (Red+Green+Blue) = 149+61+110=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953D6E is #6AC291. Grayscale: #5C5C5C. Windows color (decimal): -6996626 or 7224725. OLE color: 7224725.

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

Color convert

RGB 149 61 110 -
CMYK 0 0.59 0.26 0.42
HSL 326.59º 0.42% 0.41% -
HSV(B) 326.59º 0.59% 0.58% -
XYZ 16.88 10.85 15.96 -
YUV 92.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 149 61 110 0 0.59 0.26 0.42 326.59 0.42 0.41
Hex 95 3D 6E 0 3B 1A 2A 147 2A 29
Octal 225 75 156 0 73 32 52 507 52 51
Binary 10010101 111101 1101110 0 111011 11010 101010 101000111 101010 101001

Color Harmonies of #953D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D6E

Black with #953D6E

Text Example


Text Example

White with #953D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,61,110); }

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

background-color css

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

 a { background-color: rgb(149,61,110); }

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

border-color css

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

 span { border-color: rgb(149,61,110); }

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