#923A62

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

Shades of Cadillac #923A62

Tints of Cadillac #923A62

Color information

#923A62 (or 0x923A62) is unknown color: approx Cadillac. HEX triplet: 92, 3A and 62. RGB value is (146,58,98). Sum of RGB (Red+Green+Blue) = 146+58+98=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #923A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A62 is #6DC59D. Grayscale: #585858. Windows color (decimal): -7194014 or 6437522. OLE color: 6437522.

HSL color Cylindrical-coordinate representation of color #923A62: hue angle of 332.73º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923A62 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1465898-
CMYK00.600.330.43
HSL332.73º43.14%40%-
HSV(B)332.73º60.27%57.25%-
XYZ15.5710.0212.67-
YUV88.87133.15168.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=48.34%
G=19.21%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146589800.600.330.43332.7343.1440
Hex923A6203C212B14d2b28
Octal2227214207441535155350
Binary1001001011101011000100111100100001101011101001101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923A62; }

 p { color: rgb(146,58,98); }

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

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

 a { background-color: rgb(146,58,98); }

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

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

 span { border-color: rgb(146,58,98); }

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