Html Css Color HEX #954558 Cadillac

📋 copy color: '#954558'

red 149 ◦ green 69 ◦ blue 88

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

Shades of Cadillac #954558

Tints of Cadillac #954558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 48.69%
G = 22.55%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#954558 (or 0x954558) is known color: Cadillac. HEX triplet: 95, 45 and 58. RGB value is (149,69,88). Sum of RGB (Red+Green+Blue) = 149+69+88=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #954558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954558 is #6ABAA7. Grayscale: #5F5F5F. Windows color (decimal): -6994600 or 5784981. OLE color: 5784981.

HSL color Cylindrical-coordinate representation of color #954558: hue angle of 345.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954558 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 88 -
CMYK 0 0.54 0.41 0.42
HSL 345.75º 0.37% 0.43% -
HSV(B) 345.75º 0.54% 0.58% -
XYZ 16.28 11.35 10.57 -
YUV 95.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 149 69 88 0 0.54 0.41 0.42 345.75 0.37 0.43
Hex 95 45 58 0 36 29 2A 15A 25 2B
Octal 225 105 130 0 66 51 52 532 45 53
Binary 10010101 1000101 1011000 0 110110 101001 101010 101011010 100101 101011

Color Harmonies of #954558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954558

Black with #954558

Text Example


Text Example

White with #954558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954558; }

 p { color: rgb(149,69,88); }

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

background-color css

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

 a { background-color: rgb(149,69,88); }

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

border-color css

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

 span { border-color: rgb(149,69,88); }

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