Html Css Color HEX #93465D Cadillac

📋 copy color: '#93465D'

red 147 ◦ green 70 ◦ blue 93

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

Shades of Cadillac #93465D

Tints of Cadillac #93465D

RGB

 RED value IS 147 (57.81% from 255) = 47.42%

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 47.42%
G = 22.58%
B = 30%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93465D (or 0x93465D) is known color: Cadillac. HEX triplet: 93, 46 and 5D. RGB value is (147,70,93). Sum of RGB (Red+Green+Blue) = 147+70+93=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93465D is #6CB9A2. Grayscale: #5F5F5F. Windows color (decimal): -7125411 or 6112915. OLE color: 6112915.

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

Color convert

RGB 147 70 93 -
CMYK 0 0.52 0.37 0.42
HSL 342.08º 0.35% 0.43% -
HSV(B) 342.08º 0.52% 0.58% -
XYZ 16.2 11.37 11.7 -
YUV 95.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 147 70 93 0 0.52 0.37 0.42 342.08 0.35 0.43
Hex 93 46 5D 0 34 25 2A 156 23 2B
Octal 223 106 135 0 64 45 52 526 43 53
Binary 10010011 1000110 1011101 0 110100 100101 101010 101010110 100011 101011

Color Harmonies of #93465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93465D

Black with #93465D

Text Example


Text Example

White with #93465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93465D; }

 p { color: rgb(147,70,93); }

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

background-color css

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

 a { background-color: rgb(147,70,93); }

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

border-color css

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

 span { border-color: rgb(147,70,93); }

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