Html Css Color HEX #994C68 Cadillac

📋 copy color: '#994C68'

red 153 ◦ green 76 ◦ blue 104

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

Shades of Cadillac #994C68

Tints of Cadillac #994C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

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

R = 45.95%
G = 22.82%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994C68 (or 0x994C68) is known color: Cadillac. HEX triplet: 99, 4C and 68. RGB value is (153,76,104). Sum of RGB (Red+Green+Blue) = 153+76+104=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C68 is #66B397. Grayscale: #666666. Windows color (decimal): -6730648 or 6835353. OLE color: 6835353.

HSL color Cylindrical-coordinate representation of color #994C68: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C68 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 76 104 -
CMYK 0 0.50 0.32 0.4
HSL 338.18º 0.34% 0.45% -
HSV(B) 338.18º 0.5% 0.6% -
XYZ 18.22 12.94 14.63 -
YUV 102.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 153 76 104 0 0.50 0.32 0.4 338.18 0.34 0.45
Hex 99 4C 68 0 32 20 28 152 22 2D
Octal 231 114 150 0 62 40 50 522 42 55
Binary 10011001 1001100 1101000 0 110010 100000 101000 101010010 100010 101101

Color Harmonies of #994C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994C68

Black with #994C68

Text Example


Text Example

White with #994C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994C68; }

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

 H1.HeaderClassName
 {
   color: #994C68;
 }
 .AnyTagClassName
 {
   color: #994C68;
 }
</style>

background-color css

<style>
 a { background-color: #994C68; }

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

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

border-color css

<style>
 span { border-color: #994C68; }

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

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