Html Css Color HEX #C87082 Charm

📋 copy color: '#C87082'

red 200 ◦ green 112 ◦ blue 130

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

Shades of Charm #C87082

Tints of Charm #C87082

RGB

 RED value IS 200 (78.52% from 255) = 45.25%

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 130 (51.17% from 255) = 29.41%

R = 45.25%
G = 25.34%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C87082 (or 0xC87082) is known color: Charm. HEX triplet: C8, 70 and 82. RGB value is (200,112,130). Sum of RGB (Red+Green+Blue) = 200+112+130=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C87082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87082 is #378F7D. Grayscale: #8C8C8C. Windows color (decimal): -3641214 or 8548552. OLE color: 8548552.

HSL color Cylindrical-coordinate representation of color #C87082: hue angle of 347.73º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87082 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 112 130 -
CMYK 0 0.44 0.35 0.22
HSL 347.73º 0.44% 0.61% -
HSV(B) 347.73º 0.44% 0.78% -
XYZ 33.64 25.48 24.26 -
YUV 140.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 200 112 130 0 0.44 0.35 0.22 347.73 0.44 0.61
Hex C8 70 82 0 2C 23 16 15C 2C 3D
Octal 310 160 202 0 54 43 26 534 54 75
Binary 11001000 1110000 10000010 0 101100 100011 10110 101011100 101100 111101

Color Harmonies of #C87082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87082

Black with #C87082

Text Example


Text Example

White with #C87082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87082; }

 p { color: rgb(200,112,130); }

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

background-color css

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

 a { background-color: rgb(200,112,130); }

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

border-color css

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

 span { border-color: rgb(200,112,130); }

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