Html Css Color HEX #9B425E Cadillac

📋 copy color: '#9B425E'

red 155 ◦ green 66 ◦ blue 94

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

Shades of Cadillac #9B425E

Tints of Cadillac #9B425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 49.21%
G = 20.95%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B425E (or 0x9B425E) is known color: Cadillac. HEX triplet: 9B, 42 and 5E. RGB value is (155,66,94). Sum of RGB (Red+Green+Blue) = 155+66+94=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B425E is #64BDA1. Grayscale: #5F5F5F. Windows color (decimal): -6602146 or 6177435. OLE color: 6177435.

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

Color convert

RGB 155 66 94 -
CMYK 0 0.57 0.39 0.39
HSL 341.12º 0.4% 0.43% -
HSV(B) 341.12º 0.57% 0.61% -
XYZ 17.49 11.67 11.92 -
YUV 95.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 155 66 94 0 0.57 0.39 0.39 341.12 0.4 0.43
Hex 9B 42 5E 0 39 27 27 155 28 2B
Octal 233 102 136 0 71 47 47 525 50 53
Binary 10011011 1000010 1011110 0 111001 100111 100111 101010101 101000 101011

Color Harmonies of #9B425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B425E

Black with #9B425E

Text Example


Text Example

White with #9B425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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