Html Css Color HEX #994B68 Cadillac

📋 copy color: '#994B68'

red 153 ◦ green 75 ◦ blue 104

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

Shades of Cadillac #994B68

Tints of Cadillac #994B68

RGB

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

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

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

R = 46.08%
G = 22.59%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994B68 (or 0x994B68) is known color: Cadillac. HEX triplet: 99, 4B and 68. RGB value is (153,75,104). Sum of RGB (Red+Green+Blue) = 153+75+104=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #994B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B68 is #66B497. Grayscale: #656565. Windows color (decimal): -6730904 or 6835097. OLE color: 6835097.

HSL color Cylindrical-coordinate representation of color #994B68: hue angle of 337.69º 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 #994B68 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 75 104 -
CMYK 0 0.51 0.32 0.4
HSL 337.69º 0.34% 0.45% -
HSV(B) 337.69º 0.51% 0.6% -
XYZ 18.15 12.8 14.61 -
YUV 101.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 153 75 104 0 0.51 0.32 0.4 337.69 0.34 0.45
Hex 99 4B 68 0 33 20 28 152 22 2D
Octal 231 113 150 0 63 40 50 522 42 55
Binary 10011001 1001011 1101000 0 110011 100000 101000 101010010 100010 101101

Color Harmonies of #994B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B68

Black with #994B68

Text Example


Text Example

White with #994B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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