Html Css Color HEX #893C66 Cosmic

📋 copy color: '#893C66'

red 137 ◦ green 60 ◦ blue 102

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

Shades of Cosmic #893C66

Tints of Cosmic #893C66

RGB

 RED value IS 137 (53.91% from 255) = 45.82%

 GREEN value IS 60 (23.83% from 255) = 20.07%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 45.82%
G = 20.07%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#893C66 (or 0x893C66) is known color: Cosmic. HEX triplet: 89, 3C and 66. RGB value is (137,60,102). Sum of RGB (Red+Green+Blue) = 137+60+102=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #893C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C66 is #76C399. Grayscale: #575757. Windows color (decimal): -7783322 or 6700169. OLE color: 6700169.

HSL color Cylindrical-coordinate representation of color #893C66: hue angle of 327.27º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C66 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 60 102 -
CMYK 0 0.56 0.26 0.46
HSL 327.27º 0.39% 0.39% -
HSV(B) 327.27º 0.56% 0.54% -
XYZ 14.33 9.51 13.65 -
YUV 87.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 137 60 102 0 0.56 0.26 0.46 327.27 0.39 0.39
Hex 89 3C 66 0 38 1A 2E 147 27 27
Octal 211 74 146 0 70 32 56 507 47 47
Binary 10001001 111100 1100110 0 111000 11010 101110 101000111 100111 100111

Color Harmonies of #893C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C66

Black with #893C66

Text Example


Text Example

White with #893C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893C66; }

 p { color: rgb(137,60,102); }

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

background-color css

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

 a { background-color: rgb(137,60,102); }

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

border-color css

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

 span { border-color: rgb(137,60,102); }

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