Html Css Color HEX #9F465C Cadillac

📋 copy color: '#9F465C'

red 159 ◦ green 70 ◦ blue 92

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

Shades of Cadillac #9F465C

Tints of Cadillac #9F465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 49.53%
G = 21.81%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F465C (or 0x9F465C) is known color: Cadillac. HEX triplet: 9F, 46 and 5C. RGB value is (159,70,92). Sum of RGB (Red+Green+Blue) = 159+70+92=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F465C is #60B9A3. Grayscale: #636363. Windows color (decimal): -6338980 or 6047391. OLE color: 6047391.

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

Color convert

RGB 159 70 92 -
CMYK 0 0.56 0.42 0.38
HSL 345.17º 0.39% 0.45% -
HSV(B) 345.17º 0.56% 0.62% -
XYZ 18.42 12.52 11.57 -
YUV 99.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 159 70 92 0 0.56 0.42 0.38 345.17 0.39 0.45
Hex 9F 46 5C 0 38 2A 26 159 27 2D
Octal 237 106 134 0 70 52 46 531 47 55
Binary 10011111 1000110 1011100 0 111000 101010 100110 101011001 100111 101101

Color Harmonies of #9F465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F465C

Black with #9F465C

Text Example


Text Example

White with #9F465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,92); }

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

background-color css

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

 a { background-color: rgb(159,70,92); }

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

border-color css

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

 span { border-color: rgb(159,70,92); }

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