Html Css Color HEX #993C5F Cadillac

📋 copy color: '#993C5F'

red 153 ◦ green 60 ◦ blue 95

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

Shades of Cadillac #993C5F

Tints of Cadillac #993C5F

RGB

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

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

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

R = 49.68%
G = 19.48%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#993C5F (or 0x993C5F) is known color: Cadillac. HEX triplet: 99, 3C and 5F. RGB value is (153,60,95). Sum of RGB (Red+Green+Blue) = 153+60+95=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C5F is #66C3A0. Grayscale: #5B5B5B. Windows color (decimal): -6734753 or 6241433. OLE color: 6241433.

HSL color Cylindrical-coordinate representation of color #993C5F: hue angle of 337.42º 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 #993C5F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 60 95 -
CMYK 0 0.61 0.38 0.4
HSL 337.42º 0.44% 0.42% -
HSV(B) 337.42º 0.61% 0.6% -
XYZ 16.82 10.83 12.03 -
YUV 91.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 153 60 95 0 0.61 0.38 0.4 337.42 0.44 0.42
Hex 99 3C 5F 0 3D 26 28 151 2C 2A
Octal 231 74 137 0 75 46 50 521 54 52
Binary 10011001 111100 1011111 0 111101 100110 101000 101010001 101100 101010

Color Harmonies of #993C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C5F

Black with #993C5F

Text Example


Text Example

White with #993C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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