#9B4262

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

Shades of Cadillac #9B4262

Tints of Cadillac #9B4262

Color information

#9B4262 (or 0x9B4262) is unknown color: approx Cadillac. HEX triplet: 9B, 42 and 62. RGB value is (155,66,98). Sum of RGB (Red+Green+Blue) = 155+66+98=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4262 is #64BD9D. Grayscale: #606060. Windows color (decimal): -6602142 or 6439579. OLE color: 6439579.

HSL color Cylindrical-coordinate representation of color #9B4262: hue angle of 338.43º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4262 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB1556698-
CMYK00.570.370.39
HSL338.43º40.27%43.33%-
HSV(B)338.43º57.42%60.78%-
XYZ17.6711.7512.89-
YUV96.26128.99169.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=48.59%
G=20.69%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155669800.570.370.39338.4340.2743.33
Hex9B42620392527152282b
Octal23310214207145475225053
Binary10011011100001011000100111001100101100111101010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4262; }

 p { color: rgb(155,66,98); }

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

<style>
 a { background-color: #9B4262; }

 a { background-color: rgb(155,66,98); }

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

<style>
 span { border-color: #9B4262; }

 span { border-color: rgb(155,66,98); }

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