Html Css Color HEX #9B446B Cadillac

📋 copy color: '#9B446B'

red 155 ◦ green 68 ◦ blue 107

#9B446B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #9B446B

Tints of Cadillac #9B446B

RGB

 RED value IS 155 (60.94% from 255) = 46.97%

 GREEN value IS 68 (26.95% from 255) = 20.61%

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 46.97%
G = 20.61%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B446B (or 0x9B446B) is known color: Cadillac. HEX triplet: 9B, 44 and 6B. RGB value is (155,68,107). Sum of RGB (Red+Green+Blue) = 155+68+107=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B446B is #64BB94. Grayscale: #626262. Windows color (decimal): -6601621 or 7029915. OLE color: 7029915.

HSL color Cylindrical-coordinate representation of color #9B446B: hue angle of 333.1º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B446B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 107 -
CMYK 0 0.56 0.31 0.39
HSL 333.1º 0.39% 0.44% -
HSV(B) 333.1º 0.56% 0.61% -
XYZ 18.24 12.16 15.3 -
YUV 98.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 155 68 107 0 0.56 0.31 0.39 333.1 0.39 0.44
Hex 9B 44 6B 0 38 1F 27 14D 27 2C
Octal 233 104 153 0 70 37 47 515 47 54
Binary 10011011 1000100 1101011 0 111000 11111 100111 101001101 100111 101100

Color Harmonies of #9B446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B446B

Black with #9B446B

Text Example


Text Example

White with #9B446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,107); }

 H1.HeaderClassName
 {
   color: #9B446B;
 }
 .AnyTagClassName
 {
   color: #9B446B;
 }
</style>

background-color css

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

 a { background-color: rgb(155,68,107); }

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

border-color css

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

 span { border-color: rgb(155,68,107); }

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