Html Css Color HEX #70435E Cosmic

📋 copy color: '#70435E'

red 112 ◦ green 67 ◦ blue 94

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

Shades of Cosmic #70435E

Tints of Cosmic #70435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 41.03%
G = 24.54%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70435E (or 0x70435E) is known color: Cosmic. HEX triplet: 70, 43 and 5E. RGB value is (112,67,94). Sum of RGB (Red+Green+Blue) = 112+67+94=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435E is #8FBCA1. Grayscale: #535353. Windows color (decimal): -9419938 or 6177648. OLE color: 6177648.

HSL color Cylindrical-coordinate representation of color #70435E: hue angle of 324º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70435E is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 94 -
CMYK 0 0.40 0.16 0.56
HSL 324º 0.25% 0.35% -
HSV(B) 324º 0.4% 0.44% -
XYZ 10.71 8.27 11.62 -
YUV 83.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 112 67 94 0 0.40 0.16 0.56 324 0.25 0.35
Hex 70 43 5E 0 28 10 38 144 19 23
Octal 160 103 136 0 50 20 70 504 31 43
Binary 1110000 1000011 1011110 0 101000 10000 111000 101000100 11001 100011

Color Harmonies of #70435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70435E

Black with #70435E

Text Example


Text Example

White with #70435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70435E; }

 p { color: rgb(112,67,94); }

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

background-color css

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

 a { background-color: rgb(112,67,94); }

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

border-color css

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

 span { border-color: rgb(112,67,94); }

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