Html Css Color HEX #97425E Cadillac

📋 copy color: '#97425E'

red 151 ◦ green 66 ◦ blue 94

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

Shades of Cadillac #97425E

Tints of Cadillac #97425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 48.55%
G = 21.22%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97425E (or 0x97425E) is known color: Cadillac. HEX triplet: 97, 42 and 5E. RGB value is (151,66,94). Sum of RGB (Red+Green+Blue) = 151+66+94=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97425E is #68BDA1. Grayscale: #5E5E5E. Windows color (decimal): -6864290 or 6177431. OLE color: 6177431.

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

Color convert

RGB 151 66 94 -
CMYK 0 0.56 0.38 0.41
HSL 340.24º 0.39% 0.43% -
HSV(B) 340.24º 0.56% 0.59% -
XYZ 16.73 11.28 11.89 -
YUV 94.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 151 66 94 0 0.56 0.38 0.41 340.24 0.39 0.43
Hex 97 42 5E 0 38 26 29 154 27 2B
Octal 227 102 136 0 70 46 51 524 47 53
Binary 10010111 1000010 1011110 0 111000 100110 101001 101010100 100111 101011

Color Harmonies of #97425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97425E

Black with #97425E

Text Example


Text Example

White with #97425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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