Html Css Color HEX #9B4268 Cadillac

📋 copy color: '#9B4268'

red 155 ◦ green 66 ◦ blue 104

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

Shades of Cadillac #9B4268

Tints of Cadillac #9B4268

RGB

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

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

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

R = 47.69%
G = 20.31%
B = 32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B4268 (or 0x9B4268) is known color: Cadillac. HEX triplet: 9B, 42 and 68. RGB value is (155,66,104). Sum of RGB (Red+Green+Blue) = 155+66+104=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4268 is #64BD97. Grayscale: #606060. Windows color (decimal): -6602136 or 6832795. OLE color: 6832795.

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

Color convert

RGB 155 66 104 -
CMYK 0 0.57 0.33 0.39
HSL 334.38º 0.4% 0.43% -
HSV(B) 334.38º 0.57% 0.61% -
XYZ 17.96 11.86 14.44 -
YUV 96.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 155 66 104 0 0.57 0.33 0.39 334.38 0.4 0.43
Hex 9B 42 68 0 39 21 27 14E 28 2B
Octal 233 102 150 0 71 41 47 516 50 53
Binary 10011011 1000010 1101000 0 111001 100001 100111 101001110 101000 101011

Color Harmonies of #9B4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4268

Black with #9B4268

Text Example


Text Example

White with #9B4268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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