Html Css Color HEX #974066 Cadillac

📋 copy color: '#974066'

red 151 ◦ green 64 ◦ blue 102

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

Shades of Cadillac #974066

Tints of Cadillac #974066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 47.63%
G = 20.19%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#974066 (or 0x974066) is known color: Cadillac. HEX triplet: 97, 40 and 66. RGB value is (151,64,102). Sum of RGB (Red+Green+Blue) = 151+64+102=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #974066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974066 is #68BF99. Grayscale: #5E5E5E. Windows color (decimal): -6864794 or 6701207. OLE color: 6701207.

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

Color convert

RGB 151 64 102 -
CMYK 0 0.58 0.32 0.41
HSL 333.79º 0.4% 0.42% -
HSV(B) 333.79º 0.58% 0.59% -
XYZ 16.99 11.21 13.84 -
YUV 94.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 151 64 102 0 0.58 0.32 0.41 333.79 0.4 0.42
Hex 97 40 66 0 3A 20 29 14E 28 2A
Octal 227 100 146 0 72 40 51 516 50 52
Binary 10010111 1000000 1100110 0 111010 100000 101001 101001110 101000 101010

Color Harmonies of #974066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974066

Black with #974066

Text Example


Text Example

White with #974066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974066; }

 p { color: rgb(151,64,102); }

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

background-color css

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

 a { background-color: rgb(151,64,102); }

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

border-color css

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

 span { border-color: rgb(151,64,102); }

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