Html Css Color HEX #953F61 Cadillac

📋 copy color: '#953F61'

red 149 ◦ green 63 ◦ blue 97

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

Shades of Cadillac #953F61

Tints of Cadillac #953F61

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 97 (38.28% from 255) = 31.39%

R = 48.22%
G = 20.39%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#953F61 (or 0x953F61) is known color: Cadillac. HEX triplet: 95, 3F and 61. RGB value is (149,63,97). Sum of RGB (Red+Green+Blue) = 149+63+97=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #953F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F61 is #6AC09E. Grayscale: #5C5C5C. Windows color (decimal): -6996127 or 6373269. OLE color: 6373269.

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

Color convert

RGB 149 63 97 -
CMYK 0 0.58 0.35 0.42
HSL 336.28º 0.41% 0.42% -
HSV(B) 336.28º 0.58% 0.58% -
XYZ 16.33 10.81 12.53 -
YUV 92.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 149 63 97 0 0.58 0.35 0.42 336.28 0.41 0.42
Hex 95 3F 61 0 3A 23 2A 150 29 2A
Octal 225 77 141 0 72 43 52 520 51 52
Binary 10010101 111111 1100001 0 111010 100011 101010 101010000 101001 101010

Color Harmonies of #953F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F61

Black with #953F61

Text Example


Text Example

White with #953F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,97); }

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

background-color css

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

 a { background-color: rgb(149,63,97); }

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

border-color css

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

 span { border-color: rgb(149,63,97); }

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