Html Css Color HEX #823D6B Cosmic

📋 copy color: '#823D6B'

red 130 ◦ green 61 ◦ blue 107

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

Shades of Cosmic #823D6B

Tints of Cosmic #823D6B

RGB

 RED value IS 130 (51.17% from 255) = 43.62%

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

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

R = 43.62%
G = 20.47%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#823D6B (or 0x823D6B) is known color: Cosmic. HEX triplet: 82, 3D and 6B. RGB value is (130,61,107). Sum of RGB (Red+Green+Blue) = 130+61+107=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #823D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D6B is #7DC294. Grayscale: #565656. Windows color (decimal): -8241813 or 7028098. OLE color: 7028098.

HSL color Cylindrical-coordinate representation of color #823D6B: hue angle of 320º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D6B is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 61 107 -
CMYK 0 0.53 0.18 0.49
HSL 320º 0.36% 0.37% -
HSV(B) 320º 0.53% 0.51% -
XYZ 13.53 9.14 14.96 -
YUV 86.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 130 61 107 0 0.53 0.18 0.49 320 0.36 0.37
Hex 82 3D 6B 0 35 12 31 140 24 25
Octal 202 75 153 0 65 22 61 500 44 45
Binary 10000010 111101 1101011 0 110101 10010 110001 101000000 100100 100101

Color Harmonies of #823D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D6B

Black with #823D6B

Text Example


Text Example

White with #823D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823D6B; }

 p { color: rgb(130,61,107); }

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

background-color css

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

 a { background-color: rgb(130,61,107); }

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

border-color css

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

 span { border-color: rgb(130,61,107); }

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