Html Css Color HEX #973F67 Cadillac

📋 copy color: '#973F67'

red 151 ◦ green 63 ◦ blue 103

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

Shades of Cadillac #973F67

Tints of Cadillac #973F67

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 47.63%
G = 19.87%
B = 32.49%

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

#973F67 (or 0x973F67) is known color: Cadillac. HEX triplet: 97, 3F and 67. RGB value is (151,63,103). Sum of RGB (Red+Green+Blue) = 151+63+103=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F67 is #68C098. Grayscale: #5D5D5D. Windows color (decimal): -6865049 or 6766487. OLE color: 6766487.

HSL color Cylindrical-coordinate representation of color #973F67: hue angle of 332.73º degrees, saturation: 0.41, 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 #973F67 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 103 -
CMYK 0 0.58 0.32 0.41
HSL 332.73º 0.41% 0.42% -
HSV(B) 332.73º 0.58% 0.59% -
XYZ 16.99 11.11 14.08 -
YUV 93.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 151 63 103 0 0.58 0.32 0.41 332.73 0.41 0.42
Hex 97 3F 67 0 3A 20 29 14D 29 2A
Octal 227 77 147 0 72 40 51 515 51 52
Binary 10010111 111111 1100111 0 111010 100000 101001 101001101 101001 101010

Color Harmonies of #973F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F67

Black with #973F67

Text Example


Text Example

White with #973F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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