Html Css Color HEX #943E5F Cadillac

📋 copy color: '#943E5F'

red 148 ◦ green 62 ◦ blue 95

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

Shades of Cadillac #943E5F

Tints of Cadillac #943E5F

RGB

 RED value IS 148 (58.2% from 255) = 48.52%

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 48.52%
G = 20.33%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#943E5F (or 0x943E5F) is known color: Cadillac. HEX triplet: 94, 3E and 5F. RGB value is (148,62,95). Sum of RGB (Red+Green+Blue) = 148+62+95=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #943E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E5F is #6BC1A0. Grayscale: #5B5B5B. Windows color (decimal): -7061921 or 6241940. OLE color: 6241940.

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

Color convert

RGB 148 62 95 -
CMYK 0 0.58 0.36 0.42
HSL 336.98º 0.41% 0.41% -
HSV(B) 336.98º 0.58% 0.58% -
XYZ 16 10.57 12.02 -
YUV 91.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 148 62 95 0 0.58 0.36 0.42 336.98 0.41 0.41
Hex 94 3E 5F 0 3A 24 2A 151 29 29
Octal 224 76 137 0 72 44 52 521 51 51
Binary 10010100 111110 1011111 0 111010 100100 101010 101010001 101001 101001

Color Harmonies of #943E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943E5F

Black with #943E5F

Text Example


Text Example

White with #943E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943E5F; }

 p { color: rgb(148,62,95); }

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

background-color css

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

 a { background-color: rgb(148,62,95); }

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

border-color css

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

 span { border-color: rgb(148,62,95); }

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