Html Css Color HEX #974467 Cadillac

📋 copy color: '#974467'

red 151 ◦ green 68 ◦ blue 103

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

Shades of Cadillac #974467

Tints of Cadillac #974467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.12%

 BLUE value IS 103 (40.63% from 255) = 31.99%

R = 46.89%
G = 21.12%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#974467 (or 0x974467) is known color: Cadillac. HEX triplet: 97, 44 and 67. RGB value is (151,68,103). Sum of RGB (Red+Green+Blue) = 151+68+103=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #974467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974467 is #68BB98. Grayscale: #606060. Windows color (decimal): -6863769 or 6767767. OLE color: 6767767.

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

Color convert

RGB 151 68 103 -
CMYK 0 0.55 0.32 0.41
HSL 334.7º 0.38% 0.43% -
HSV(B) 334.7º 0.55% 0.59% -
XYZ 17.28 11.69 14.18 -
YUV 96.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 151 68 103 0 0.55 0.32 0.41 334.7 0.38 0.43
Hex 97 44 67 0 37 20 29 14F 26 2B
Octal 227 104 147 0 67 40 51 517 46 53
Binary 10010111 1000100 1100111 0 110111 100000 101001 101001111 100110 101011

Color Harmonies of #974467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974467

Black with #974467

Text Example


Text Example

White with #974467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974467; }

 p { color: rgb(151,68,103); }

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

background-color css

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

 a { background-color: rgb(151,68,103); }

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

border-color css

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

 span { border-color: rgb(151,68,103); }

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