Html Css Color HEX #994B6C Cadillac

📋 copy color: '#994B6C'

red 153 ◦ green 75 ◦ blue 108

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

Shades of Cadillac #994B6C

Tints of Cadillac #994B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 45.54%
G = 22.32%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#994B6C (or 0x994B6C) is known color: Cadillac. HEX triplet: 99, 4B and 6C. RGB value is (153,75,108). Sum of RGB (Red+Green+Blue) = 153+75+108=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B6C is #66B493. Grayscale: #666666. Windows color (decimal): -6730900 or 7097241. OLE color: 7097241.

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

Color convert

RGB 153 75 108 -
CMYK 0 0.51 0.29 0.4
HSL 334.62º 0.34% 0.45% -
HSV(B) 334.62º 0.51% 0.6% -
XYZ 18.36 12.89 15.71 -
YUV 102.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 153 75 108 0 0.51 0.29 0.4 334.62 0.34 0.45
Hex 99 4B 6C 0 33 1D 28 14F 22 2D
Octal 231 113 154 0 63 35 50 517 42 55
Binary 10011001 1001011 1101100 0 110011 11101 101000 101001111 100010 101101

Color Harmonies of #994B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B6C

Black with #994B6C

Text Example


Text Example

White with #994B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,75,108); }

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

background-color css

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

 a { background-color: rgb(153,75,108); }

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

border-color css

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

 span { border-color: rgb(153,75,108); }

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