Html Css Color HEX #88456B Cosmic

📋 copy color: '#88456B'

red 136 ◦ green 69 ◦ blue 107

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

Shades of Cosmic #88456B

Tints of Cosmic #88456B

RGB

 RED value IS 136 (53.52% from 255) = 43.59%

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 43.59%
G = 22.12%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88456B (or 0x88456B) is known color: Cosmic. HEX triplet: 88, 45 and 6B. RGB value is (136,69,107). Sum of RGB (Red+Green+Blue) = 136+69+107=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88456B is #77BA94. Grayscale: #5D5D5D. Windows color (decimal): -7846549 or 7030152. OLE color: 7030152.

HSL color Cylindrical-coordinate representation of color #88456B: hue angle of 325.97º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88456B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 107 -
CMYK 0 0.49 0.21 0.47
HSL 325.97º 0.33% 0.4% -
HSV(B) 325.97º 0.49% 0.53% -
XYZ 14.94 10.55 15.16 -
YUV 93.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 136 69 107 0 0.49 0.21 0.47 325.97 0.33 0.4
Hex 88 45 6B 0 31 15 2F 146 21 28
Octal 210 105 153 0 61 25 57 506 41 50
Binary 10001000 1000101 1101011 0 110001 10101 101111 101000110 100001 101000

Color Harmonies of #88456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88456B

Black with #88456B

Text Example


Text Example

White with #88456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88456B; }

 p { color: rgb(136,69,107); }

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

background-color css

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

 a { background-color: rgb(136,69,107); }

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

border-color css

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

 span { border-color: rgb(136,69,107); }

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