Html Css Color HEX #954A62 Cadillac

📋 copy color: '#954A62'

red 149 ◦ green 74 ◦ blue 98

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

Shades of Cadillac #954A62

Tints of Cadillac #954A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 46.42%
G = 23.05%
B = 30.53%

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

#954A62 (or 0x954A62) is known color: Cadillac. HEX triplet: 95, 4A and 62. RGB value is (149,74,98). Sum of RGB (Red+Green+Blue) = 149+74+98=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A62 is #6AB59D. Grayscale: #636363. Windows color (decimal): -6993310 or 6441621. OLE color: 6441621.

HSL color Cylindrical-coordinate representation of color #954A62: hue angle of 340.8º degrees, saturation: 0.34, 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 #954A62 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 98 -
CMYK 0 0.50 0.34 0.42
HSL 340.8º 0.34% 0.44% -
HSV(B) 340.8º 0.5% 0.58% -
XYZ 17.05 12.17 13.01 -
YUV 99.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 149 74 98 0 0.50 0.34 0.42 340.8 0.34 0.44
Hex 95 4A 62 0 32 22 2A 155 22 2C
Octal 225 112 142 0 62 42 52 525 42 54
Binary 10010101 1001010 1100010 0 110010 100010 101010 101010101 100010 101100

Color Harmonies of #954A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A62

Black with #954A62

Text Example


Text Example

White with #954A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,98); }

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

background-color css

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

 a { background-color: rgb(149,74,98); }

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

border-color css

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

 span { border-color: rgb(149,74,98); }

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