Html Css Color HEX #974260 Cadillac

📋 copy color: '#974260'

red 151 ◦ green 66 ◦ blue 96

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

Shades of Cadillac #974260

Tints of Cadillac #974260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 48.24%
G = 21.09%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#974260 (or 0x974260) is known color: Cadillac. HEX triplet: 97, 42 and 60. RGB value is (151,66,96). Sum of RGB (Red+Green+Blue) = 151+66+96=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #974260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974260 is #68BD9F. Grayscale: #5E5E5E. Windows color (decimal): -6864288 or 6308503. OLE color: 6308503.

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

Color convert

RGB 151 66 96 -
CMYK 0 0.56 0.36 0.41
HSL 338.82º 0.39% 0.43% -
HSV(B) 338.82º 0.56% 0.59% -
XYZ 16.82 11.32 12.36 -
YUV 94.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 151 66 96 0 0.56 0.36 0.41 338.82 0.39 0.43
Hex 97 42 60 0 38 24 29 153 27 2B
Octal 227 102 140 0 70 44 51 523 47 53
Binary 10010111 1000010 1100000 0 111000 100100 101001 101010011 100111 101011

Color Harmonies of #974260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974260

Black with #974260

Text Example


Text Example

White with #974260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974260; }

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

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

background-color css

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

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

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

border-color css

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

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

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