Html Css Color HEX #953C6F Cadillac

📋 copy color: '#953C6F'

red 149 ◦ green 60 ◦ blue 111

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

Shades of Cadillac #953C6F

Tints of Cadillac #953C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 46.56%
G = 18.75%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#953C6F (or 0x953C6F) is known color: Cadillac. HEX triplet: 95, 3C and 6F. RGB value is (149,60,111). Sum of RGB (Red+Green+Blue) = 149+60+111=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C6F is #6AC390. Grayscale: #5C5C5C. Windows color (decimal): -6996881 or 7290005. OLE color: 7290005.

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

Color convert

RGB 149 60 111 -
CMYK 0 0.60 0.26 0.42
HSL 325.62º 0.43% 0.41% -
HSV(B) 325.62º 0.6% 0.58% -
XYZ 16.88 10.77 16.23 -
YUV 92.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 149 60 111 0 0.60 0.26 0.42 325.62 0.43 0.41
Hex 95 3C 6F 0 3C 1A 2A 146 2B 29
Octal 225 74 157 0 74 32 52 506 53 51
Binary 10010101 111100 1101111 0 111100 11010 101010 101000110 101011 101001

Color Harmonies of #953C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C6F

Black with #953C6F

Text Example


Text Example

White with #953C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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