Html Css Color HEX #994B66 Cadillac

📋 copy color: '#994B66'

red 153 ◦ green 75 ◦ blue 102

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

Shades of Cadillac #994B66

Tints of Cadillac #994B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 46.36%
G = 22.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994B66 (or 0x994B66) is known color: Cadillac. HEX triplet: 99, 4B and 66. RGB value is (153,75,102). Sum of RGB (Red+Green+Blue) = 153+75+102=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #994B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B66 is #66B499. Grayscale: #656565. Windows color (decimal): -6730906 or 6704025. OLE color: 6704025.

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

Color convert

RGB 153 75 102 -
CMYK 0 0.51 0.33 0.4
HSL 339.23º 0.34% 0.45% -
HSV(B) 339.23º 0.51% 0.6% -
XYZ 18.05 12.76 14.08 -
YUV 101.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 153 75 102 0 0.51 0.33 0.4 339.23 0.34 0.45
Hex 99 4B 66 0 33 21 28 153 22 2D
Octal 231 113 146 0 63 41 50 523 42 55
Binary 10011001 1001011 1100110 0 110011 100001 101000 101010011 100010 101101

Color Harmonies of #994B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994B66

Black with #994B66

Text Example


Text Example

White with #994B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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