#98456C

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

Shades of Cadillac #98456C

Tints of Cadillac #98456C

Color information

#98456C (or 0x98456C) is unknown color: approx Cadillac. HEX triplet: 98, 45 and 6C. RGB value is (152,69,108). Sum of RGB (Red+Green+Blue) = 152+69+108=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98456C is #67BA93. Grayscale: #626262. Windows color (decimal): -6797972 or 7095704. OLE color: 7095704.

HSL color Cylindrical-coordinate representation of color #98456C: hue angle of 331.81º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98456C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15269108-
CMYK00.550.290.40
HSL331.81º37.56%43.33%-
HSV(B)331.81º54.61%59.61%-
XYZ17.7812.0115.57-
YUV98.26133.5166.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=46.20%
G=20.97%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526910800.550.290.40331.8137.5643.33
Hex98456C0371D2814c262b
Octal23010515406735505144653
Binary1001100010001011101100011011111101101000101001100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98456C; }

 p { color: rgb(152,69,108); }

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

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

 a { background-color: rgb(152,69,108); }

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

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

 span { border-color: rgb(152,69,108); }

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