Html Css Color HEX #973962 Cadillac

📋 copy color: '#973962'

red 151 ◦ green 57 ◦ blue 98

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

Shades of Cadillac #973962

Tints of Cadillac #973962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 49.35%
G = 18.63%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#973962 (or 0x973962) is known color: Cadillac. HEX triplet: 97, 39 and 62. RGB value is (151,57,98). Sum of RGB (Red+Green+Blue) = 151+57+98=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #973962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973962 is #68C69D. Grayscale: #595959. Windows color (decimal): -6866590 or 6437271. OLE color: 6437271.

HSL color Cylindrical-coordinate representation of color #973962: hue angle of 333.83º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973962 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 98 -
CMYK 0 0.62 0.35 0.41
HSL 333.83º 0.45% 0.41% -
HSV(B) 333.83º 0.62% 0.59% -
XYZ 16.43 10.39 12.69 -
YUV 89.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 151 57 98 0 0.62 0.35 0.41 333.83 0.45 0.41
Hex 97 39 62 0 3E 23 29 14E 2D 29
Octal 227 71 142 0 76 43 51 516 55 51
Binary 10010111 111001 1100010 0 111110 100011 101001 101001110 101101 101001

Color Harmonies of #973962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973962

Black with #973962

Text Example


Text Example

White with #973962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973962; }

 p { color: rgb(151,57,98); }

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

background-color css

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

 a { background-color: rgb(151,57,98); }

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

border-color css

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

 span { border-color: rgb(151,57,98); }

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