Html Css Color HEX #974365 Cadillac

📋 copy color: '#974365'

red 151 ◦ green 67 ◦ blue 101

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

Shades of Cadillac #974365

Tints of Cadillac #974365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 47.34%
G = 21%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#974365 (or 0x974365) is known color: Cadillac. HEX triplet: 97, 43 and 65. RGB value is (151,67,101). Sum of RGB (Red+Green+Blue) = 151+67+101=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #974365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974365 is #68BC9A. Grayscale: #5F5F5F. Windows color (decimal): -6864027 or 6636439. OLE color: 6636439.

HSL color Cylindrical-coordinate representation of color #974365: hue angle of 335.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974365 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 101 -
CMYK 0 0.56 0.33 0.41
HSL 335.71º 0.39% 0.43% -
HSV(B) 335.71º 0.56% 0.59% -
XYZ 17.12 11.53 13.64 -
YUV 95.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 151 67 101 0 0.56 0.33 0.41 335.71 0.39 0.43
Hex 97 43 65 0 38 21 29 150 27 2B
Octal 227 103 145 0 70 41 51 520 47 53
Binary 10010111 1000011 1100101 0 111000 100001 101001 101010000 100111 101011

Color Harmonies of #974365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974365

Black with #974365

Text Example


Text Example

White with #974365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974365; }

 p { color: rgb(151,67,101); }

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

background-color css

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

 a { background-color: rgb(151,67,101); }

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

border-color css

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

 span { border-color: rgb(151,67,101); }

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