Html Css Color HEX #C88082 Charm

📋 copy color: '#C88082'

red 200 ◦ green 128 ◦ blue 130

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

Shades of Charm #C88082

Tints of Charm #C88082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 43.67%
G = 27.95%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C88082 (or 0xC88082) is known color: Charm. HEX triplet: C8, 80 and 82. RGB value is (200,128,130). Sum of RGB (Red+Green+Blue) = 200+128+130=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C88082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88082 is #377F7D. Grayscale: #959595. Windows color (decimal): -3637118 or 8552648. OLE color: 8552648.

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

Color convert

RGB 200 128 130 -
CMYK 0 0.36 0.35 0.22
HSL 358.33º 0.4% 0.64% -
HSV(B) 358.33º 0.36% 0.78% -
XYZ 35.57 29.33 24.91 -
YUV 149.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 200 128 130 0 0.36 0.35 0.22 358.33 0.4 0.64
Hex C8 80 82 0 24 23 16 166 28 40
Octal 310 200 202 0 44 43 26 546 50 100
Binary 11001000 10000000 10000010 0 100100 100011 10110 101100110 101000 1000000

Color Harmonies of #C88082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88082

Black with #C88082

Text Example


Text Example

White with #C88082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88082; }

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

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

background-color css

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

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

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

border-color css

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

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

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