Html Css Color HEX #974572 Cadillac

📋 copy color: '#974572'

red 151 ◦ green 69 ◦ blue 114

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

Shades of Cadillac #974572

Tints of Cadillac #974572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 45.21%
G = 20.66%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974572 (or 0x974572) is known color: Cadillac. HEX triplet: 97, 45 and 72. RGB value is (151,69,114). Sum of RGB (Red+Green+Blue) = 151+69+114=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #974572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974572 is #68BA8D. Grayscale: #626262. Windows color (decimal): -6863502 or 7488919. OLE color: 7488919.

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

Color convert

RGB 151 69 114 -
CMYK 0 0.54 0.25 0.41
HSL 327.07º 0.37% 0.43% -
HSV(B) 327.07º 0.54% 0.59% -
XYZ 17.93 12.05 17.3 -
YUV 98.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 151 69 114 0 0.54 0.25 0.41 327.07 0.37 0.43
Hex 97 45 72 0 36 19 29 147 25 2B
Octal 227 105 162 0 66 31 51 507 45 53
Binary 10010111 1000101 1110010 0 110110 11001 101001 101000111 100101 101011

Color Harmonies of #974572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974572

Black with #974572

Text Example


Text Example

White with #974572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974572; }

 p { color: rgb(151,69,114); }

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

background-color css

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

 a { background-color: rgb(151,69,114); }

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

border-color css

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

 span { border-color: rgb(151,69,114); }

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