Html Css Color HEX #883D66 Cosmic

📋 copy color: '#883D66'

red 136 ◦ green 61 ◦ blue 102

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

Shades of Cosmic #883D66

Tints of Cosmic #883D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 45.48%
G = 20.4%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#883D66 (or 0x883D66) is known color: Cosmic. HEX triplet: 88, 3D and 66. RGB value is (136,61,102). Sum of RGB (Red+Green+Blue) = 136+61+102=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #883D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D66 is #77C299. Grayscale: #585858. Windows color (decimal): -7848602 or 6700424. OLE color: 6700424.

HSL color Cylindrical-coordinate representation of color #883D66: hue angle of 327.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D66 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 102 -
CMYK 0 0.55 0.25 0.47
HSL 327.2º 0.38% 0.39% -
HSV(B) 327.2º 0.55% 0.53% -
XYZ 14.22 9.53 13.66 -
YUV 88.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 136 61 102 0 0.55 0.25 0.47 327.2 0.38 0.39
Hex 88 3D 66 0 37 19 2F 147 26 27
Octal 210 75 146 0 67 31 57 507 46 47
Binary 10001000 111101 1100110 0 110111 11001 101111 101000111 100110 100111

Color Harmonies of #883D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D66

Black with #883D66

Text Example


Text Example

White with #883D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883D66; }

 p { color: rgb(136,61,102); }

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

background-color css

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

 a { background-color: rgb(136,61,102); }

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

border-color css

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

 span { border-color: rgb(136,61,102); }

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