Html Css Color HEX #954B55 Cadillac

📋 copy color: '#954B55'

red 149 ◦ green 75 ◦ blue 85

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

Shades of Cadillac #954B55

Tints of Cadillac #954B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 48.22%
G = 24.27%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#954B55 (or 0x954B55) is known color: Cadillac. HEX triplet: 95, 4B and 55. RGB value is (149,75,85). Sum of RGB (Red+Green+Blue) = 149+75+85=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #954B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B55 is #6AB4AA. Grayscale: #626262. Windows color (decimal): -6993067 or 5589909. OLE color: 5589909.

HSL color Cylindrical-coordinate representation of color #954B55: hue angle of 351.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B55 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 85 -
CMYK 0 0.50 0.43 0.42
HSL 351.89º 0.33% 0.44% -
HSV(B) 351.89º 0.5% 0.58% -
XYZ 16.55 12.08 10.05 -
YUV 98.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 149 75 85 0 0.50 0.43 0.42 351.89 0.33 0.44
Hex 95 4B 55 0 32 2B 2A 160 21 2C
Octal 225 113 125 0 62 53 52 540 41 54
Binary 10010101 1001011 1010101 0 110010 101011 101010 101100000 100001 101100

Color Harmonies of #954B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B55

Black with #954B55

Text Example


Text Example

White with #954B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,75,85); }

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

background-color css

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

 a { background-color: rgb(149,75,85); }

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

border-color css

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

 span { border-color: rgb(149,75,85); }

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