Html Css Color HEX #97426A Cadillac

📋 copy color: '#97426A'

red 151 ◦ green 66 ◦ blue 106

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

Shades of Cadillac #97426A

Tints of Cadillac #97426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 46.75%
G = 20.43%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97426A (or 0x97426A) is known color: Cadillac. HEX triplet: 97, 42 and 6A. RGB value is (151,66,106). Sum of RGB (Red+Green+Blue) = 151+66+106=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97426A is #68BD95. Grayscale: #5F5F5F. Windows color (decimal): -6864278 or 6963863. OLE color: 6963863.

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

Color convert

RGB 151 66 106 -
CMYK 0 0.56 0.30 0.41
HSL 331.76º 0.39% 0.43% -
HSV(B) 331.76º 0.56% 0.59% -
XYZ 17.31 11.52 14.95 -
YUV 95.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 151 66 106 0 0.56 0.30 0.41 331.76 0.39 0.43
Hex 97 42 6A 0 38 1E 29 14C 27 2B
Octal 227 102 152 0 70 36 51 514 47 53
Binary 10010111 1000010 1101010 0 111000 11110 101001 101001100 100111 101011

Color Harmonies of #97426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97426A

Black with #97426A

Text Example


Text Example

White with #97426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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