Html Css Color HEX #954A64 Cadillac

📋 copy color: '#954A64'

red 149 ◦ green 74 ◦ blue 100

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

Shades of Cadillac #954A64

Tints of Cadillac #954A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 46.13%
G = 22.91%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#954A64 (or 0x954A64) is known color: Cadillac. HEX triplet: 95, 4A and 64. RGB value is (149,74,100). Sum of RGB (Red+Green+Blue) = 149+74+100=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A64 is #6AB59B. Grayscale: #636363. Windows color (decimal): -6993308 or 6572693. OLE color: 6572693.

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

Color convert

RGB 149 74 100 -
CMYK 0 0.50 0.33 0.42
HSL 339.2º 0.34% 0.44% -
HSV(B) 339.2º 0.5% 0.58% -
XYZ 17.14 12.21 13.51 -
YUV 99.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 149 74 100 0 0.50 0.33 0.42 339.2 0.34 0.44
Hex 95 4A 64 0 32 21 2A 153 22 2C
Octal 225 112 144 0 62 41 52 523 42 54
Binary 10010101 1001010 1100100 0 110010 100001 101010 101010011 100010 101100

Color Harmonies of #954A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A64

Black with #954A64

Text Example


Text Example

White with #954A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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