Html Css Color HEX #9B4263 Cadillac

📋 copy color: '#9B4263'

red 155 ◦ green 66 ◦ blue 99

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

Shades of Cadillac #9B4263

Tints of Cadillac #9B4263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 48.44%
G = 20.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B4263 (or 0x9B4263) is known color: Cadillac. HEX triplet: 9B, 42 and 63. RGB value is (155,66,99). Sum of RGB (Red+Green+Blue) = 155+66+99=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4263 is #64BD9C. Grayscale: #606060. Windows color (decimal): -6602141 or 6505115. OLE color: 6505115.

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

Color convert

RGB 155 66 99 -
CMYK 0 0.57 0.36 0.39
HSL 337.75º 0.4% 0.43% -
HSV(B) 337.75º 0.57% 0.61% -
XYZ 17.72 11.77 13.14 -
YUV 96.37 129.49 169.82 -
System Red Green Blue C M Y K H S L
Decimal 155 66 99 0 0.57 0.36 0.39 337.75 0.4 0.43
Hex 9B 42 63 0 39 24 27 152 28 2B
Octal 233 102 143 0 71 44 47 522 50 53
Binary 10011011 1000010 1100011 0 111001 100100 100111 101010010 101000 101011

Color Harmonies of #9B4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4263

Black with #9B4263

Text Example


Text Example

White with #9B4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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