Html Css Color HEX #974266 Cadillac

📋 copy color: '#974266'

red 151 ◦ green 66 ◦ blue 102

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

Shades of Cadillac #974266

Tints of Cadillac #974266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 47.34%
G = 20.69%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#974266 (or 0x974266) is known color: Cadillac. HEX triplet: 97, 42 and 66. RGB value is (151,66,102). Sum of RGB (Red+Green+Blue) = 151+66+102=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #974266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974266 is #68BD99. Grayscale: #5F5F5F. Windows color (decimal): -6864282 or 6701719. OLE color: 6701719.

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

Color convert

RGB 151 66 102 -
CMYK 0 0.56 0.32 0.41
HSL 334.59º 0.39% 0.43% -
HSV(B) 334.59º 0.56% 0.59% -
XYZ 17.11 11.44 13.88 -
YUV 95.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 151 66 102 0 0.56 0.32 0.41 334.59 0.39 0.43
Hex 97 42 66 0 38 20 29 14F 27 2B
Octal 227 102 146 0 70 40 51 517 47 53
Binary 10010111 1000010 1100110 0 111000 100000 101001 101001111 100111 101011

Color Harmonies of #974266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974266

Black with #974266

Text Example


Text Example

White with #974266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974266; }

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

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

background-color css

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

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

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

border-color css

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

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

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