#923F66

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

Shades of Cadillac #923F66

Tints of Cadillac #923F66

Color information

#923F66 (or 0x923F66) is unknown color: approx Cadillac. HEX triplet: 92, 3F and 66. RGB value is (146,63,102). Sum of RGB (Red+Green+Blue) = 146+63+102=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #923F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F66 is #6DC099. Grayscale: #5C5C5C. Windows color (decimal): -7192730 or 6700946. OLE color: 6700946.

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

Color convert

RGB14663102-
CMYK00.570.300.43
HSL331.81º39.71%40.98%-
HSV(B)331.81º56.85%57.25%-
XYZ16.0310.6313.78-
YUV92.26133.5166.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=46.95%
G=20.26%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466310200.570.300.43331.8139.7140.98
Hex923F660391E2B14c2829
Octal2227714607136535145051
Binary100100101111111100110011100111110101011101001100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,63,102); }

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

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

 a { background-color: rgb(146,63,102); }

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

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

 span { border-color: rgb(146,63,102); }

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