Html Css Color HEX #974163 Cadillac

📋 copy color: '#974163'

red 151 ◦ green 65 ◦ blue 99

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

Shades of Cadillac #974163

Tints of Cadillac #974163

RGB

 RED value IS 151 (59.38% from 255) = 47.94%

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 47.94%
G = 20.63%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#974163 (or 0x974163) is known color: Cadillac. HEX triplet: 97, 41 and 63. RGB value is (151,65,99). Sum of RGB (Red+Green+Blue) = 151+65+99=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #974163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974163 is #68BE9C. Grayscale: #5E5E5E. Windows color (decimal): -6864541 or 6504855. OLE color: 6504855.

HSL color Cylindrical-coordinate representation of color #974163: hue angle of 336.28º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974163 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 65 99 -
CMYK 0 0.57 0.34 0.41
HSL 336.28º 0.4% 0.42% -
HSV(B) 336.28º 0.57% 0.59% -
XYZ 16.9 11.26 13.09 -
YUV 94.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 151 65 99 0 0.57 0.34 0.41 336.28 0.4 0.42
Hex 97 41 63 0 39 22 29 150 28 2A
Octal 227 101 143 0 71 42 51 520 50 52
Binary 10010111 1000001 1100011 0 111001 100010 101001 101010000 101000 101010

Color Harmonies of #974163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974163

Black with #974163

Text Example


Text Example

White with #974163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974163; }

 p { color: rgb(151,65,99); }

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

background-color css

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

 a { background-color: rgb(151,65,99); }

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

border-color css

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

 span { border-color: rgb(151,65,99); }

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