#98436B

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

Shades of Cadillac #98436B

Tints of Cadillac #98436B

Color information

#98436B (or 0x98436B) is unknown color: approx Cadillac. HEX triplet: 98, 43 and 6B. RGB value is (152,67,107). Sum of RGB (Red+Green+Blue) = 152+67+107=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98436B is #67BC94. Grayscale: #606060. Windows color (decimal): -6798485 or 7029656. OLE color: 7029656.

HSL color Cylindrical-coordinate representation of color #98436B: hue angle of 331.76º 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 #98436B is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15267107-
CMYK00.560.300.40
HSL331.76º38.81%42.94%-
HSV(B)331.76º55.92%59.61%-
XYZ17.6111.7515.25-
YUV96.98133.66167.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=46.63%
G=20.55%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526710700.560.300.40331.7638.8142.94
Hex98436B0381E2814c272b
Octal23010315307036505144753
Binary1001100010000111101011011100011110101000101001100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98436B; }

 p { color: rgb(152,67,107); }

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

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

 a { background-color: rgb(152,67,107); }

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

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

 span { border-color: rgb(152,67,107); }

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