Html Css Color HEX #954969 Cadillac

📋 copy color: '#954969'

red 149 ◦ green 73 ◦ blue 105

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

Shades of Cadillac #954969

Tints of Cadillac #954969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 45.57%
G = 22.32%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#954969 (or 0x954969) is known color: Cadillac. HEX triplet: 95, 49 and 69. RGB value is (149,73,105). Sum of RGB (Red+Green+Blue) = 149+73+105=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #954969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954969 is #6AB696. Grayscale: #636363. Windows color (decimal): -6993559 or 6900117. OLE color: 6900117.

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

Color convert

RGB 149 73 105 -
CMYK 0 0.51 0.30 0.42
HSL 334.74º 0.34% 0.44% -
HSV(B) 334.74º 0.51% 0.58% -
XYZ 17.33 12.17 14.8 -
YUV 99.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 149 73 105 0 0.51 0.30 0.42 334.74 0.34 0.44
Hex 95 49 69 0 33 1E 2A 14F 22 2C
Octal 225 111 151 0 63 36 52 517 42 54
Binary 10010101 1001001 1101001 0 110011 11110 101010 101001111 100010 101100

Color Harmonies of #954969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954969

Black with #954969

Text Example


Text Example

White with #954969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954969; }

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

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

background-color css

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

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

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

border-color css

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

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

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