Html Css Color HEX #704260 Cosmic

📋 copy color: '#704260'

red 112 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #704260

Tints of Cosmic #704260

RGB

 RED value IS 112 (44.14% from 255) = 40.88%

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

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 40.88%
G = 24.09%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#704260 (or 0x704260) is known color: Cosmic. HEX triplet: 70, 42 and 60. RGB value is (112,66,96). Sum of RGB (Red+Green+Blue) = 112+66+96=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704260 is #8FBD9F. Grayscale: #535353. Windows color (decimal): -9420192 or 6308464. OLE color: 6308464.

HSL color Cylindrical-coordinate representation of color #704260: hue angle of 320.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704260 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 96 -
CMYK 0 0.41 0.14 0.56
HSL 320.87º 0.26% 0.35% -
HSV(B) 320.87º 0.41% 0.44% -
XYZ 10.74 8.19 12.08 -
YUV 83.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 112 66 96 0 0.41 0.14 0.56 320.87 0.26 0.35
Hex 70 42 60 0 29 E 38 141 1A 23
Octal 160 102 140 0 51 16 70 501 32 43
Binary 1110000 1000010 1100000 0 101001 1110 111000 101000001 11010 100011

Color Harmonies of #704260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704260

Black with #704260

Text Example


Text Example

White with #704260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704260; }

 p { color: rgb(112,66,96); }

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

background-color css

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

 a { background-color: rgb(112,66,96); }

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

border-color css

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

 span { border-color: rgb(112,66,96); }

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