Html Css Color HEX #993D68 Cadillac

📋 copy color: '#993D68'

red 153 ◦ green 61 ◦ blue 104

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

Shades of Cadillac #993D68

Tints of Cadillac #993D68

RGB

 RED value IS 153 (60.16% from 255) = 48.11%

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

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

R = 48.11%
G = 19.18%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#993D68 (or 0x993D68) is known color: Cadillac. HEX triplet: 99, 3D and 68. RGB value is (153,61,104). Sum of RGB (Red+Green+Blue) = 153+61+104=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #993D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D68 is #66C297. Grayscale: #5D5D5D. Windows color (decimal): -6734488 or 6831513. OLE color: 6831513.

HSL color Cylindrical-coordinate representation of color #993D68: hue angle of 331.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D68 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 104 -
CMYK 0 0.60 0.32 0.4
HSL 331.96º 0.43% 0.42% -
HSV(B) 331.96º 0.6% 0.6% -
XYZ 17.3 11.11 14.33 -
YUV 93.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 153 61 104 0 0.60 0.32 0.4 331.96 0.43 0.42
Hex 99 3D 68 0 3C 20 28 14C 2B 2A
Octal 231 75 150 0 74 40 50 514 53 52
Binary 10011001 111101 1101000 0 111100 100000 101000 101001100 101011 101010

Color Harmonies of #993D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D68

Black with #993D68

Text Example


Text Example

White with #993D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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