Html Css Color HEX #943F63 Cadillac

📋 copy color: '#943F63'

red 148 ◦ green 63 ◦ blue 99

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

Shades of Cadillac #943F63

Tints of Cadillac #943F63

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 47.74%
G = 20.32%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#943F63 (or 0x943F63) is known color: Cadillac. HEX triplet: 94, 3F and 63. RGB value is (148,63,99). Sum of RGB (Red+Green+Blue) = 148+63+99=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #943F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F63 is #6BC09C. Grayscale: #5C5C5C. Windows color (decimal): -7061661 or 6504340. OLE color: 6504340.

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

Color convert

RGB 148 63 99 -
CMYK 0 0.57 0.33 0.42
HSL 334.59º 0.4% 0.41% -
HSV(B) 334.59º 0.57% 0.58% -
XYZ 16.24 10.75 13.02 -
YUV 92.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 148 63 99 0 0.57 0.33 0.42 334.59 0.4 0.41
Hex 94 3F 63 0 39 21 2A 14F 28 29
Octal 224 77 143 0 71 41 52 517 50 51
Binary 10010100 111111 1100011 0 111001 100001 101010 101001111 101000 101001

Color Harmonies of #943F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943F63

Black with #943F63

Text Example


Text Example

White with #943F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,63,99); }

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

background-color css

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

 a { background-color: rgb(148,63,99); }

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

border-color css

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

 span { border-color: rgb(148,63,99); }

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