Html Css Color HEX #954B63 Cadillac

📋 copy color: '#954B63'

red 149 ◦ green 75 ◦ blue 99

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

Shades of Cadillac #954B63

Tints of Cadillac #954B63

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 99 (39.06% from 255) = 30.65%

R = 46.13%
G = 23.22%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#954B63 (or 0x954B63) is known color: Cadillac. HEX triplet: 95, 4B and 63. RGB value is (149,75,99). Sum of RGB (Red+Green+Blue) = 149+75+99=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B63 is #6AB49C. Grayscale: #636363. Windows color (decimal): -6993053 or 6507413. OLE color: 6507413.

HSL color Cylindrical-coordinate representation of color #954B63: hue angle of 340.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B63 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 99 -
CMYK 0 0.50 0.34 0.42
HSL 340.54º 0.33% 0.44% -
HSV(B) 340.54º 0.5% 0.58% -
XYZ 17.16 12.32 13.28 -
YUV 99.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 149 75 99 0 0.50 0.34 0.42 340.54 0.33 0.44
Hex 95 4B 63 0 32 22 2A 155 21 2C
Octal 225 113 143 0 62 42 52 525 41 54
Binary 10010101 1001011 1100011 0 110010 100010 101010 101010101 100001 101100

Color Harmonies of #954B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B63

Black with #954B63

Text Example


Text Example

White with #954B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954B63; }

 p { color: rgb(149,75,99); }

 H1.HeaderClassName
 {
   color: #954B63;
 }
 .AnyTagClassName
 {
   color: #954B63;
 }
</style>

background-color css

<style>
 a { background-color: #954B63; }

 a { background-color: rgb(149,75,99); }

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

border-color css

<style>
 span { border-color: #954B63; }

 span { border-color: rgb(149,75,99); }

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