Html Css Color HEX #954C69 Cadillac

📋 copy color: '#954C69'

red 149 ◦ green 76 ◦ blue 105

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

Shades of Cadillac #954C69

Tints of Cadillac #954C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 45.15%
G = 23.03%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#954C69 (or 0x954C69) is known color: Cadillac. HEX triplet: 95, 4C and 69. RGB value is (149,76,105). Sum of RGB (Red+Green+Blue) = 149+76+105=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #954C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C69 is #6AB396. Grayscale: #656565. Windows color (decimal): -6992791 or 6900885. OLE color: 6900885.

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

Color convert

RGB 149 76 105 -
CMYK 0 0.49 0.30 0.42
HSL 336.16º 0.32% 0.44% -
HSV(B) 336.16º 0.49% 0.58% -
XYZ 17.53 12.58 14.87 -
YUV 101.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 149 76 105 0 0.49 0.30 0.42 336.16 0.32 0.44
Hex 95 4C 69 0 31 1E 2A 150 20 2C
Octal 225 114 151 0 61 36 52 520 40 54
Binary 10010101 1001100 1101001 0 110001 11110 101010 101010000 100000 101100

Color Harmonies of #954C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C69

Black with #954C69

Text Example


Text Example

White with #954C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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