Html Css Color HEX #954A69 Cadillac

📋 copy color: '#954A69'

red 149 ◦ green 74 ◦ blue 105

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

Shades of Cadillac #954A69

Tints of Cadillac #954A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 45.43%
G = 22.56%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#954A69 (or 0x954A69) is known color: Cadillac. HEX triplet: 95, 4A and 69. RGB value is (149,74,105). Sum of RGB (Red+Green+Blue) = 149+74+105=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #954A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A69 is #6AB596. Grayscale: #636363. Windows color (decimal): -6993303 or 6900373. OLE color: 6900373.

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

Color convert

RGB 149 74 105 -
CMYK 0 0.50 0.30 0.42
HSL 335.2º 0.34% 0.44% -
HSV(B) 335.2º 0.5% 0.58% -
XYZ 17.39 12.31 14.82 -
YUV 99.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 149 74 105 0 0.50 0.30 0.42 335.2 0.34 0.44
Hex 95 4A 69 0 32 1E 2A 14F 22 2C
Octal 225 112 151 0 62 36 52 517 42 54
Binary 10010101 1001010 1101001 0 110010 11110 101010 101001111 100010 101100

Color Harmonies of #954A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A69

Black with #954A69

Text Example


Text Example

White with #954A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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