Html Css Color HEX #95466F Cadillac

📋 copy color: '#95466F'

red 149 ◦ green 70 ◦ blue 111

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

Shades of Cadillac #95466F

Tints of Cadillac #95466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 111 (43.75% from 255) = 33.64%

R = 45.15%
G = 21.21%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95466F (or 0x95466F) is known color: Cadillac. HEX triplet: 95, 46 and 6F. RGB value is (149,70,111). Sum of RGB (Red+Green+Blue) = 149+70+111=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95466F is #6AB990. Grayscale: #626262. Windows color (decimal): -6994321 or 7292565. OLE color: 7292565.

HSL color Cylindrical-coordinate representation of color #95466F: hue angle of 328.86º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95466F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 111 -
CMYK 0 0.53 0.26 0.42
HSL 328.86º 0.36% 0.43% -
HSV(B) 328.86º 0.53% 0.58% -
XYZ 17.45 11.92 16.42 -
YUV 98.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 149 70 111 0 0.53 0.26 0.42 328.86 0.36 0.43
Hex 95 46 6F 0 35 1A 2A 149 24 2B
Octal 225 106 157 0 65 32 52 511 44 53
Binary 10010101 1000110 1101111 0 110101 11010 101010 101001001 100100 101011

Color Harmonies of #95466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95466F

Black with #95466F

Text Example


Text Example

White with #95466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95466F; }

 p { color: rgb(149,70,111); }

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

background-color css

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

 a { background-color: rgb(149,70,111); }

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

border-color css

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

 span { border-color: rgb(149,70,111); }

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