Html Css Color HEX #9F4462 Cadillac

📋 copy color: '#9F4462'

red 159 ◦ green 68 ◦ blue 98

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

Shades of Cadillac #9F4462

Tints of Cadillac #9F4462

RGB

 RED value IS 159 (62.5% from 255) = 48.92%

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 48.92%
G = 20.92%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F4462 (or 0x9F4462) is known color: Cadillac. HEX triplet: 9F, 44 and 62. RGB value is (159,68,98). Sum of RGB (Red+Green+Blue) = 159+68+98=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4462 is #60BB9D. Grayscale: #626262. Windows color (decimal): -6339486 or 6440095. OLE color: 6440095.

HSL color Cylindrical-coordinate representation of color #9F4462: hue angle of 340.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4462 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 98 -
CMYK 0 0.57 0.38 0.38
HSL 340.22º 0.4% 0.45% -
HSV(B) 340.22º 0.57% 0.62% -
XYZ 18.57 12.39 12.97 -
YUV 98.63 127.65 171.06 -
System Red Green Blue C M Y K H S L
Decimal 159 68 98 0 0.57 0.38 0.38 340.22 0.4 0.45
Hex 9F 44 62 0 39 26 26 154 28 2D
Octal 237 104 142 0 71 46 46 524 50 55
Binary 10011111 1000100 1100010 0 111001 100110 100110 101010100 101000 101101

Color Harmonies of #9F4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4462

Black with #9F4462

Text Example


Text Example

White with #9F4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,98); }

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

background-color css

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

 a { background-color: rgb(159,68,98); }

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

border-color css

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

 span { border-color: rgb(159,68,98); }

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