Html Css Color HEX #9B446C Cadillac

📋 copy color: '#9B446C'

red 155 ◦ green 68 ◦ blue 108

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

Shades of Cadillac #9B446C

Tints of Cadillac #9B446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 46.83%
G = 20.54%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B446C (or 0x9B446C) is known color: Cadillac. HEX triplet: 9B, 44 and 6C. RGB value is (155,68,108). Sum of RGB (Red+Green+Blue) = 155+68+108=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B446C is #64BB93. Grayscale: #626262. Windows color (decimal): -6601620 or 7095451. OLE color: 7095451.

HSL color Cylindrical-coordinate representation of color #9B446C: hue angle of 332.41º 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 #9B446C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 108 -
CMYK 0 0.56 0.30 0.39
HSL 332.41º 0.39% 0.44% -
HSV(B) 332.41º 0.56% 0.61% -
XYZ 18.29 12.19 15.58 -
YUV 98.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 155 68 108 0 0.56 0.30 0.39 332.41 0.39 0.44
Hex 9B 44 6C 0 38 1E 27 14C 27 2C
Octal 233 104 154 0 70 36 47 514 47 54
Binary 10011011 1000100 1101100 0 111000 11110 100111 101001100 100111 101100

Color Harmonies of #9B446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B446C

Black with #9B446C

Text Example


Text Example

White with #9B446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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