Html Css Color HEX #954C65 Cadillac

📋 copy color: '#954C65'

red 149 ◦ green 76 ◦ blue 101

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

Shades of Cadillac #954C65

Tints of Cadillac #954C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 45.71%
G = 23.31%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#954C65 (or 0x954C65) is known color: Cadillac. HEX triplet: 95, 4C and 65. RGB value is (149,76,101). Sum of RGB (Red+Green+Blue) = 149+76+101=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #954C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C65 is #6AB39A. Grayscale: #646464. Windows color (decimal): -6992795 or 6638741. OLE color: 6638741.

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

Color convert

RGB 149 76 101 -
CMYK 0 0.49 0.32 0.42
HSL 339.45º 0.32% 0.44% -
HSV(B) 339.45º 0.49% 0.58% -
XYZ 17.33 12.5 13.81 -
YUV 100.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 149 76 101 0 0.49 0.32 0.42 339.45 0.32 0.44
Hex 95 4C 65 0 31 20 2A 153 20 2C
Octal 225 114 145 0 61 40 52 523 40 54
Binary 10010101 1001100 1100101 0 110001 100000 101010 101010011 100000 101100

Color Harmonies of #954C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C65

Black with #954C65

Text Example


Text Example

White with #954C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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