Html Css Color HEX #954967 Cadillac

📋 copy color: '#954967'

red 149 ◦ green 73 ◦ blue 103

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

Shades of Cadillac #954967

Tints of Cadillac #954967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 45.85%
G = 22.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#954967 (or 0x954967) is known color: Cadillac. HEX triplet: 95, 49 and 67. RGB value is (149,73,103). Sum of RGB (Red+Green+Blue) = 149+73+103=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #954967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954967 is #6AB698. Grayscale: #636363. Windows color (decimal): -6993561 or 6769045. OLE color: 6769045.

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

Color convert

RGB 149 73 103 -
CMYK 0 0.51 0.31 0.42
HSL 336.32º 0.34% 0.44% -
HSV(B) 336.32º 0.51% 0.58% -
XYZ 17.23 12.13 14.27 -
YUV 99.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 149 73 103 0 0.51 0.31 0.42 336.32 0.34 0.44
Hex 95 49 67 0 33 1F 2A 150 22 2C
Octal 225 111 147 0 63 37 52 520 42 54
Binary 10010101 1001001 1100111 0 110011 11111 101010 101010000 100010 101100

Color Harmonies of #954967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954967

Black with #954967

Text Example


Text Example

White with #954967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954967; }

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

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

background-color css

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

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

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

border-color css

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

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

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