Html Css Color HEX #974763 Cadillac

📋 copy color: '#974763'

red 151 ◦ green 71 ◦ blue 99

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

Shades of Cadillac #974763

Tints of Cadillac #974763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.12%

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

R = 47.04%
G = 22.12%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#974763 (or 0x974763) is known color: Cadillac. HEX triplet: 97, 47 and 63. RGB value is (151,71,99). Sum of RGB (Red+Green+Blue) = 151+71+99=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #974763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974763 is #68B89C. Grayscale: #626262. Windows color (decimal): -6863005 or 6506391. OLE color: 6506391.

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

Color convert

RGB 151 71 99 -
CMYK 0 0.53 0.34 0.41
HSL 339º 0.36% 0.44% -
HSV(B) 339º 0.53% 0.59% -
XYZ 17.27 11.99 13.21 -
YUV 98.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 151 71 99 0 0.53 0.34 0.41 339 0.36 0.44
Hex 97 47 63 0 35 22 29 153 24 2C
Octal 227 107 143 0 65 42 51 523 44 54
Binary 10010111 1000111 1100011 0 110101 100010 101001 101010011 100100 101100

Color Harmonies of #974763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974763

Black with #974763

Text Example


Text Example

White with #974763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974763; }

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

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

background-color css

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

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

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

border-color css

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

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

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