Html Css Color HEX #954963 Cadillac

📋 copy color: '#954963'

red 149 ◦ green 73 ◦ blue 99

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

Shades of Cadillac #954963

Tints of Cadillac #954963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 46.42%
G = 22.74%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#954963 (or 0x954963) is known color: Cadillac. HEX triplet: 95, 49 and 63. RGB value is (149,73,99). Sum of RGB (Red+Green+Blue) = 149+73+99=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954963 is #6AB69C. Grayscale: #626262. Windows color (decimal): -6993565 or 6506901. OLE color: 6506901.

HSL color Cylindrical-coordinate representation of color #954963: hue angle of 339.47º 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 #954963 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 99 -
CMYK 0 0.51 0.34 0.42
HSL 339.47º 0.34% 0.44% -
HSV(B) 339.47º 0.51% 0.58% -
XYZ 17.03 12.06 13.23 -
YUV 98.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 149 73 99 0 0.51 0.34 0.42 339.47 0.34 0.44
Hex 95 49 63 0 33 22 2A 153 22 2C
Octal 225 111 143 0 63 42 52 523 42 54
Binary 10010101 1001001 1100011 0 110011 100010 101010 101010011 100010 101100

Color Harmonies of #954963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954963

Black with #954963

Text Example


Text Example

White with #954963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954963; }

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

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

background-color css

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

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

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

border-color css

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

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

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