Html Css Color HEX #993C64 Cadillac

📋 copy color: '#993C64'

red 153 ◦ green 60 ◦ blue 100

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

Shades of Cadillac #993C64

Tints of Cadillac #993C64

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 48.88%
G = 19.17%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#993C64 (or 0x993C64) is known color: Cadillac. HEX triplet: 99, 3C and 64. RGB value is (153,60,100). Sum of RGB (Red+Green+Blue) = 153+60+100=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C64 is #66C39B. Grayscale: #5C5C5C. Windows color (decimal): -6734748 or 6569113. OLE color: 6569113.

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

Color convert

RGB 153 60 100 -
CMYK 0 0.61 0.35 0.4
HSL 334.19º 0.44% 0.42% -
HSV(B) 334.19º 0.61% 0.6% -
XYZ 17.05 10.92 13.27 -
YUV 92.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 153 60 100 0 0.61 0.35 0.4 334.19 0.44 0.42
Hex 99 3C 64 0 3D 23 28 14E 2C 2A
Octal 231 74 144 0 75 43 50 516 54 52
Binary 10011001 111100 1100100 0 111101 100011 101000 101001110 101100 101010

Color Harmonies of #993C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C64

Black with #993C64

Text Example


Text Example

White with #993C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,60,100); }

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

background-color css

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

 a { background-color: rgb(153,60,100); }

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

border-color css

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

 span { border-color: rgb(153,60,100); }

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