Html Css Color HEX #9B4D68 Cadillac

📋 copy color: '#9B4D68'

red 155 ◦ green 77 ◦ blue 104

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

Shades of Cadillac #9B4D68

Tints of Cadillac #9B4D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 46.13%
G = 22.92%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B4D68 (or 0x9B4D68) is known color: Cadillac. HEX triplet: 9B, 4D and 68. RGB value is (155,77,104). Sum of RGB (Red+Green+Blue) = 155+77+104=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D68 is #64B297. Grayscale: #676767. Windows color (decimal): -6599320 or 6835611. OLE color: 6835611.

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

Color convert

RGB 155 77 104 -
CMYK 0 0.50 0.33 0.39
HSL 339.23º 0.34% 0.45% -
HSV(B) 339.23º 0.5% 0.61% -
XYZ 18.67 13.28 14.68 -
YUV 103.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 155 77 104 0 0.50 0.33 0.39 339.23 0.34 0.45
Hex 9B 4D 68 0 32 21 27 153 22 2D
Octal 233 115 150 0 62 41 47 523 42 55
Binary 10011011 1001101 1101000 0 110010 100001 100111 101010011 100010 101101

Color Harmonies of #9B4D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D68

Black with #9B4D68

Text Example


Text Example

White with #9B4D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,77,104); }

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

background-color css

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

 a { background-color: rgb(155,77,104); }

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

border-color css

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

 span { border-color: rgb(155,77,104); }

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