#98465F

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

Shades of Cadillac #98465F

Tints of Cadillac #98465F

Color information

#98465F (or 0x98465F) is unknown color: approx Cadillac. HEX triplet: 98, 46 and 5F. RGB value is (152,70,95). Sum of RGB (Red+Green+Blue) = 152+70+95=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98465F is #67B9A0. Grayscale: #616161. Windows color (decimal): -6797729 or 6243992. OLE color: 6243992.

HSL color Cylindrical-coordinate representation of color #98465F: hue angle of 341.71º 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 #98465F is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1527095-
CMYK00.540.380.40
HSL341.71º36.94%43.53%-
HSV(B)341.71º53.95%59.61%-
XYZ17.211.8812.21-
YUV97.37126.67166.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=47.95%
G=22.08%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152709500.540.380.40341.7136.9443.53
Hex98465F0362628156252c
Octal23010613706646505264554
Binary10011000100011010111110110110100110101000101010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98465F; }

 p { color: rgb(152,70,95); }

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

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

 a { background-color: rgb(152,70,95); }

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

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

 span { border-color: rgb(152,70,95); }

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