Html Css Color HEX #954A66 Cadillac

📋 copy color: '#954A66'

red 149 ◦ green 74 ◦ blue 102

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

Shades of Cadillac #954A66

Tints of Cadillac #954A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 45.85%
G = 22.77%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954A66 (or 0x954A66) is known color: Cadillac. HEX triplet: 95, 4A and 66. RGB value is (149,74,102). Sum of RGB (Red+Green+Blue) = 149+74+102=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A66 is #6AB599. Grayscale: #636363. Windows color (decimal): -6993306 or 6703765. OLE color: 6703765.

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

Color convert

RGB 149 74 102 -
CMYK 0 0.50 0.32 0.42
HSL 337.6º 0.34% 0.44% -
HSV(B) 337.6º 0.5% 0.58% -
XYZ 17.24 12.25 14.03 -
YUV 99.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 149 74 102 0 0.50 0.32 0.42 337.6 0.34 0.44
Hex 95 4A 66 0 32 20 2A 152 22 2C
Octal 225 112 146 0 62 40 52 522 42 54
Binary 10010101 1001010 1100110 0 110010 100000 101010 101010010 100010 101100

Color Harmonies of #954A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A66

Black with #954A66

Text Example


Text Example

White with #954A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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