Html Css Color HEX #865670 Cosmic

📋 copy color: '#865670'

red 134 ◦ green 86 ◦ blue 112

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

Shades of Cosmic #865670

Tints of Cosmic #865670

RGB

 RED value IS 134 (52.73% from 255) = 40.36%

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 40.36%
G = 25.9%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#865670 (or 0x865670) is known color: Cosmic. HEX triplet: 86, 56 and 70. RGB value is (134,86,112). Sum of RGB (Red+Green+Blue) = 134+86+112=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865670 is #79A98F. Grayscale: #676767. Windows color (decimal): -7973264 or 7362182. OLE color: 7362182.

HSL color Cylindrical-coordinate representation of color #865670: hue angle of 327.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865670 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 112 -
CMYK 0 0.36 0.16 0.47
HSL 327.5º 0.22% 0.43% -
HSV(B) 327.5º 0.36% 0.53% -
XYZ 16.08 12.89 16.97 -
YUV 103.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 134 86 112 0 0.36 0.16 0.47 327.5 0.22 0.43
Hex 86 56 70 0 24 10 2F 148 16 2B
Octal 206 126 160 0 44 20 57 510 26 53
Binary 10000110 1010110 1110000 0 100100 10000 101111 101001000 10110 101011

Color Harmonies of #865670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865670

Black with #865670

Text Example


Text Example

White with #865670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865670; }

 p { color: rgb(134,86,112); }

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

background-color css

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

 a { background-color: rgb(134,86,112); }

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

border-color css

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

 span { border-color: rgb(134,86,112); }

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