Html Css Color HEX #974263 Cadillac

📋 copy color: '#974263'

red 151 ◦ green 66 ◦ blue 99

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

Shades of Cadillac #974263

Tints of Cadillac #974263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 47.78%
G = 20.89%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#974263 (or 0x974263) is known color: Cadillac. HEX triplet: 97, 42 and 63. RGB value is (151,66,99). Sum of RGB (Red+Green+Blue) = 151+66+99=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #974263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974263 is #68BD9C. Grayscale: #5F5F5F. Windows color (decimal): -6864285 or 6505111. OLE color: 6505111.

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

Color convert

RGB 151 66 99 -
CMYK 0 0.56 0.34 0.41
HSL 336.71º 0.39% 0.43% -
HSV(B) 336.71º 0.56% 0.59% -
XYZ 16.96 11.38 13.11 -
YUV 95.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 151 66 99 0 0.56 0.34 0.41 336.71 0.39 0.43
Hex 97 42 63 0 38 22 29 151 27 2B
Octal 227 102 143 0 70 42 51 521 47 53
Binary 10010111 1000010 1100011 0 111000 100010 101001 101010001 100111 101011

Color Harmonies of #974263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974263

Black with #974263

Text Example


Text Example

White with #974263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974263; }

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

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

background-color css

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

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

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

border-color css

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

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

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