Html Css Color HEX #C88182 Charm

📋 copy color: '#C88182'

red 200 ◦ green 129 ◦ blue 130

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

Shades of Charm #C88182

Tints of Charm #C88182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

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

R = 43.57%
G = 28.1%
B = 28.32%

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

#C88182 (or 0xC88182) is known color: Charm. HEX triplet: C8, 81 and 82. RGB value is (200,129,130). Sum of RGB (Red+Green+Blue) = 200+129+130=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C88182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88182 is #377E7D. Grayscale: #969696. Windows color (decimal): -3636862 or 8552904. OLE color: 8552904.

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

Color convert

RGB 200 129 130 -
CMYK 0 0.36 0.35 0.22
HSL 359.15º 0.39% 0.65% -
HSV(B) 359.15º 0.36% 0.78% -
XYZ 35.7 29.59 24.95 -
YUV 150.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 200 129 130 0 0.36 0.35 0.22 359.15 0.39 0.65
Hex C8 81 82 0 24 23 16 167 27 41
Octal 310 201 202 0 44 43 26 547 47 101
Binary 11001000 10000001 10000010 0 100100 100011 10110 101100111 100111 1000001

Color Harmonies of #C88182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88182

Black with #C88182

Text Example


Text Example

White with #C88182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88182; }

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

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

background-color css

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

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

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

border-color css

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

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

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