Html Css Color HEX #704263 Cosmic

📋 copy color: '#704263'

red 112 ◦ green 66 ◦ blue 99

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

Shades of Cosmic #704263

Tints of Cosmic #704263

RGB

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

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

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

R = 40.43%
G = 23.83%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#704263 (or 0x704263) is known color: Cosmic. HEX triplet: 70, 42 and 63. RGB value is (112,66,99). Sum of RGB (Red+Green+Blue) = 112+66+99=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704263 is #8FBD9C. Grayscale: #535353. Windows color (decimal): -9420189 or 6505072. OLE color: 6505072.

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

Color convert

RGB 112 66 99 -
CMYK 0 0.41 0.12 0.56
HSL 316.96º 0.26% 0.35% -
HSV(B) 316.96º 0.41% 0.44% -
XYZ 10.88 8.24 12.82 -
YUV 83.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 112 66 99 0 0.41 0.12 0.56 316.96 0.26 0.35
Hex 70 42 63 0 29 C 38 13D 1A 23
Octal 160 102 143 0 51 14 70 475 32 43
Binary 1110000 1000010 1100011 0 101001 1100 111000 100111101 11010 100011

Color Harmonies of #704263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704263

Black with #704263

Text Example


Text Example

White with #704263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704263; }

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

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

background-color css

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

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

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

border-color css

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

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

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