Html Css Color HEX #85436C Cosmic

📋 copy color: '#85436C'

red 133 ◦ green 67 ◦ blue 108

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

Shades of Cosmic #85436C

Tints of Cosmic #85436C

RGB

 RED value IS 133 (52.34% from 255) = 43.18%

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 43.18%
G = 21.75%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85436C (or 0x85436C) is known color: Cosmic. HEX triplet: 85, 43 and 6C. RGB value is (133,67,108). Sum of RGB (Red+Green+Blue) = 133+67+108=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85436C is #7ABC93. Grayscale: #5B5B5B. Windows color (decimal): -8043668 or 7095173. OLE color: 7095173.

HSL color Cylindrical-coordinate representation of color #85436C: hue angle of 322.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85436C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 108 -
CMYK 0 0.50 0.19 0.48
HSL 322.73º 0.33% 0.39% -
HSV(B) 322.73º 0.5% 0.52% -
XYZ 14.39 10.08 15.38 -
YUV 91.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 133 67 108 0 0.50 0.19 0.48 322.73 0.33 0.39
Hex 85 43 6C 0 32 13 30 143 21 27
Octal 205 103 154 0 62 23 60 503 41 47
Binary 10000101 1000011 1101100 0 110010 10011 110000 101000011 100001 100111

Color Harmonies of #85436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85436C

Black with #85436C

Text Example


Text Example

White with #85436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85436C; }

 p { color: rgb(133,67,108); }

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

background-color css

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

 a { background-color: rgb(133,67,108); }

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

border-color css

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

 span { border-color: rgb(133,67,108); }

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