Html Css Color HEX #994667 Cadillac

📋 copy color: '#994667'

red 153 ◦ green 70 ◦ blue 103

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

Shades of Cadillac #994667

Tints of Cadillac #994667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 103 (40.63% from 255) = 31.6%

R = 46.93%
G = 21.47%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994667 (or 0x994667) is known color: Cadillac. HEX triplet: 99, 46 and 67. RGB value is (153,70,103). Sum of RGB (Red+Green+Blue) = 153+70+103=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994667 is #66B998. Grayscale: #626262. Windows color (decimal): -6732185 or 6768281. OLE color: 6768281.

HSL color Cylindrical-coordinate representation of color #994667: hue angle of 336.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994667 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 103 -
CMYK 0 0.54 0.33 0.4
HSL 336.14º 0.37% 0.44% -
HSV(B) 336.14º 0.54% 0.6% -
XYZ 17.78 12.13 14.24 -
YUV 98.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 153 70 103 0 0.54 0.33 0.4 336.14 0.37 0.44
Hex 99 46 67 0 36 21 28 150 25 2C
Octal 231 106 147 0 66 41 50 520 45 54
Binary 10011001 1000110 1100111 0 110110 100001 101000 101010000 100101 101100

Color Harmonies of #994667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994667

Black with #994667

Text Example


Text Example

White with #994667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994667; }

 p { color: rgb(153,70,103); }

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

background-color css

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

 a { background-color: rgb(153,70,103); }

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

border-color css

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

 span { border-color: rgb(153,70,103); }

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