Html Css Color HEX #95446C Cadillac

📋 copy color: '#95446C'

red 149 ◦ green 68 ◦ blue 108

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

Shades of Cadillac #95446C

Tints of Cadillac #95446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 45.85%
G = 20.92%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95446C (or 0x95446C) is known color: Cadillac. HEX triplet: 95, 44 and 6C. RGB value is (149,68,108). Sum of RGB (Red+Green+Blue) = 149+68+108=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95446C is #6ABB93. Grayscale: #606060. Windows color (decimal): -6994836 or 7095445. OLE color: 7095445.

HSL color Cylindrical-coordinate representation of color #95446C: hue angle of 330.37º 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 #95446C is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 108 -
CMYK 0 0.54 0.28 0.42
HSL 330.37º 0.37% 0.43% -
HSV(B) 330.37º 0.54% 0.58% -
XYZ 17.17 11.61 15.52 -
YUV 96.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 149 68 108 0 0.54 0.28 0.42 330.37 0.37 0.43
Hex 95 44 6C 0 36 1C 2A 14A 25 2B
Octal 225 104 154 0 66 34 52 512 45 53
Binary 10010101 1000100 1101100 0 110110 11100 101010 101001010 100101 101011

Color Harmonies of #95446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95446C

Black with #95446C

Text Example


Text Example

White with #95446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95446C; }

 p { color: rgb(149,68,108); }

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

background-color css

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

 a { background-color: rgb(149,68,108); }

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

border-color css

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

 span { border-color: rgb(149,68,108); }

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