#99435D

Color #99435D Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #99435D

Tints of Cadillac #99435D

Color information

#99435D (or 0x99435D) is unknown color: approx Cadillac. HEX triplet: 99, 43 and 5D. RGB value is (153,67,93). Sum of RGB (Red+Green+Blue) = 153+67+93=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99435D is #66BCA2. Grayscale: #5F5F5F. Windows color (decimal): -6732963 or 6112153. OLE color: 6112153.

HSL color Cylindrical-coordinate representation of color #99435D: hue angle of 341.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99435D is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1536793-
CMYK00.560.390.4
HSL341.86º39.09%43.14%-
HSV(B)341.86º56.21%60%-
XYZ17.1211.5811.69-
YUV95.68126.49168.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=48.88%
G=21.41%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153679300.560.390.4341.8639.0943.14
Hex99435D0382728156272b
Octal23110313507047505264753
Binary10011001100001110111010111000100111101000101010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99435D; }

 p { color: rgb(153,67,93); }

 H1.HeaderClassName
 {
   color: #99435D;
 }
 .AnyTagClassName
 {
   color: #99435D;
 }
</style>
background-color css

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

 a { background-color: rgb(153,67,93); }

 div.DivClassName
 {
   background-color: #99435D;
 }
 .BgClassName
 {
   background-color: #99435D;
 }
</style>
border-color css

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

 span { border-color: rgb(153,67,93); }

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