Html Css Color HEX #974272 Cadillac

📋 copy color: '#974272'

red 151 ◦ green 66 ◦ blue 114

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

Shades of Cadillac #974272

Tints of Cadillac #974272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 45.62%
G = 19.94%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#974272 (or 0x974272) is known color: Cadillac. HEX triplet: 97, 42 and 72. RGB value is (151,66,114). Sum of RGB (Red+Green+Blue) = 151+66+114=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #974272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974272 is #68BD8D. Grayscale: #606060. Windows color (decimal): -6864270 or 7488151. OLE color: 7488151.

HSL color Cylindrical-coordinate representation of color #974272: hue angle of 326.12º 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 #974272 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 114 -
CMYK 0 0.56 0.25 0.41
HSL 326.12º 0.39% 0.43% -
HSV(B) 326.12º 0.56% 0.59% -
XYZ 17.75 11.69 17.24 -
YUV 96.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 151 66 114 0 0.56 0.25 0.41 326.12 0.39 0.43
Hex 97 42 72 0 38 19 29 146 27 2B
Octal 227 102 162 0 70 31 51 506 47 53
Binary 10010111 1000010 1110010 0 111000 11001 101001 101000110 100111 101011

Color Harmonies of #974272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974272

Black with #974272

Text Example


Text Example

White with #974272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974272; }

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

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

background-color css

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

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

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

border-color css

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

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

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