Html Css Color HEX #943D68 Cadillac

📋 copy color: '#943D68'

red 148 ◦ green 61 ◦ blue 104

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

Shades of Cadillac #943D68

Tints of Cadillac #943D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 47.28%
G = 19.49%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#943D68 (or 0x943D68) is known color: Cadillac. HEX triplet: 94, 3D and 68. RGB value is (148,61,104). Sum of RGB (Red+Green+Blue) = 148+61+104=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #943D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D68 is #6BC297. Grayscale: #5B5B5B. Windows color (decimal): -7062168 or 6831508. OLE color: 6831508.

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

Color convert

RGB 148 61 104 -
CMYK 0 0.59 0.30 0.42
HSL 330.34º 0.42% 0.41% -
HSV(B) 330.34º 0.59% 0.58% -
XYZ 16.38 10.63 14.29 -
YUV 91.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 148 61 104 0 0.59 0.30 0.42 330.34 0.42 0.41
Hex 94 3D 68 0 3B 1E 2A 14A 2A 29
Octal 224 75 150 0 73 36 52 512 52 51
Binary 10010100 111101 1101000 0 111011 11110 101010 101001010 101010 101001

Color Harmonies of #943D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943D68

Black with #943D68

Text Example


Text Example

White with #943D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,61,104); }

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

background-color css

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

 a { background-color: rgb(148,61,104); }

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

border-color css

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

 span { border-color: rgb(148,61,104); }

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