Html Css Color HEX #974270 Cadillac

📋 copy color: '#974270'

red 151 ◦ green 66 ◦ blue 112

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

Shades of Cadillac #974270

Tints of Cadillac #974270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 45.9%
G = 20.06%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#974270 (or 0x974270) is known color: Cadillac. HEX triplet: 97, 42 and 70. RGB value is (151,66,112). Sum of RGB (Red+Green+Blue) = 151+66+112=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #974270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974270 is #68BD8F. Grayscale: #606060. Windows color (decimal): -6864272 or 7357079. OLE color: 7357079.

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

Color convert

RGB 151 66 112 -
CMYK 0 0.56 0.26 0.41
HSL 327.53º 0.39% 0.43% -
HSV(B) 327.53º 0.56% 0.59% -
XYZ 17.64 11.65 16.65 -
YUV 96.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 151 66 112 0 0.56 0.26 0.41 327.53 0.39 0.43
Hex 97 42 70 0 38 1A 29 148 27 2B
Octal 227 102 160 0 70 32 51 510 47 53
Binary 10010111 1000010 1110000 0 111000 11010 101001 101001000 100111 101011

Color Harmonies of #974270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974270

Black with #974270

Text Example


Text Example

White with #974270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974270; }

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

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

background-color css

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

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

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

border-color css

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

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

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