Html Css Color HEX #70435F Cosmic

📋 copy color: '#70435F'

red 112 ◦ green 67 ◦ blue 95

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

Shades of Cosmic #70435F

Tints of Cosmic #70435F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 40.88%
G = 24.45%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70435F (or 0x70435F) is known color: Cosmic. HEX triplet: 70, 43 and 5F. RGB value is (112,67,95). Sum of RGB (Red+Green+Blue) = 112+67+95=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435F is #8FBCA0. Grayscale: #535353. Windows color (decimal): -9419937 or 6243184. OLE color: 6243184.

HSL color Cylindrical-coordinate representation of color #70435F: hue angle of 322.67º 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 #70435F is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 95 -
CMYK 0 0.40 0.15 0.56
HSL 322.67º 0.25% 0.35% -
HSV(B) 322.67º 0.4% 0.44% -
XYZ 10.75 8.29 11.86 -
YUV 83.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 112 67 95 0 0.40 0.15 0.56 322.67 0.25 0.35
Hex 70 43 5F 0 28 F 38 143 19 23
Octal 160 103 137 0 50 17 70 503 31 43
Binary 1110000 1000011 1011111 0 101000 1111 111000 101000011 11001 100011

Color Harmonies of #70435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70435F

Black with #70435F

Text Example


Text Example

White with #70435F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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