Html Css Color HEX #82505A Cannon Pink

📋 copy color: '#82505A'

red 130 ◦ green 80 ◦ blue 90

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

Shades of Cannon Pink #82505A

Tints of Cannon Pink #82505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 90 (35.55% from 255) = 30%

R = 43.33%
G = 26.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82505A (or 0x82505A) is known color: Cannon Pink. HEX triplet: 82, 50 and 5A. RGB value is (130,80,90). Sum of RGB (Red+Green+Blue) = 130+80+90=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #82505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82505A is #7DAFA5. Grayscale: #606060. Windows color (decimal): -8236966 or 5918850. OLE color: 5918850.

HSL color Cylindrical-coordinate representation of color #82505A: hue angle of 348º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82505A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 90 -
CMYK 0 0.38 0.31 0.49
HSL 348º 0.24% 0.41% -
HSV(B) 348º 0.38% 0.51% -
XYZ 13.92 11.22 11.11 -
YUV 96.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 130 80 90 0 0.38 0.31 0.49 348 0.24 0.41
Hex 82 50 5A 0 26 1F 31 15C 18 29
Octal 202 120 132 0 46 37 61 534 30 51
Binary 10000010 1010000 1011010 0 100110 11111 110001 101011100 11000 101001

Color Harmonies of #82505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82505A

Black with #82505A

Text Example


Text Example

White with #82505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82505A; }

 p { color: rgb(130,80,90); }

 H1.HeaderClassName
 {
   color: #82505A;
 }
 .AnyTagClassName
 {
   color: #82505A;
 }
</style>

background-color css

<style>
 a { background-color: #82505A; }

 a { background-color: rgb(130,80,90); }

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

border-color css

<style>
 span { border-color: #82505A; }

 span { border-color: rgb(130,80,90); }

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