Html Css Color HEX #9B4B66 Cadillac

📋 copy color: '#9B4B66'

red 155 ◦ green 75 ◦ blue 102

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

Shades of Cadillac #9B4B66

Tints of Cadillac #9B4B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 46.69%
G = 22.59%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B4B66 (or 0x9B4B66) is known color: Cadillac. HEX triplet: 9B, 4B and 66. RGB value is (155,75,102). Sum of RGB (Red+Green+Blue) = 155+75+102=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4B66 is #64B499. Grayscale: #656565. Windows color (decimal): -6599834 or 6704027. OLE color: 6704027.

HSL color Cylindrical-coordinate representation of color #9B4B66: hue angle of 339.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4B66 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 75 102 -
CMYK 0 0.52 0.34 0.39
HSL 339.75º 0.35% 0.45% -
HSV(B) 339.75º 0.52% 0.61% -
XYZ 18.43 12.96 14.1 -
YUV 102 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 155 75 102 0 0.52 0.34 0.39 339.75 0.35 0.45
Hex 9B 4B 66 0 34 22 27 154 23 2D
Octal 233 113 146 0 64 42 47 524 43 55
Binary 10011011 1001011 1100110 0 110100 100010 100111 101010100 100011 101101

Color Harmonies of #9B4B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4B66

Black with #9B4B66

Text Example


Text Example

White with #9B4B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,75,102); }

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

background-color css

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

 a { background-color: rgb(155,75,102); }

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

border-color css

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

 span { border-color: rgb(155,75,102); }

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