Html Css Color HEX #C07D82 Charm

📋 copy color: '#C07D82'

red 192 ◦ green 125 ◦ blue 130

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

Shades of Charm #C07D82

Tints of Charm #C07D82

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

 GREEN value IS 125 (49.22% from 255) = 27.96%

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

R = 42.95%
G = 27.96%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07D82 (or 0xC07D82) is known color: Charm. HEX triplet: C0, 7D and 82. RGB value is (192,125,130). Sum of RGB (Red+Green+Blue) = 192+125+130=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D82 is #3F827D. Grayscale: #919191. Windows color (decimal): -4162174 or 8551872. OLE color: 8551872.

HSL color Cylindrical-coordinate representation of color #C07D82: hue angle of 355.52º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07D82 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 130 -
CMYK 0 0.35 0.32 0.25
HSL 355.52º 0.35% 0.62% -
HSV(B) 355.52º 0.35% 0.75% -
XYZ 33.1 27.49 24.68 -
YUV 145.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 192 125 130 0 0.35 0.32 0.25 355.52 0.35 0.62
Hex C0 7D 82 0 23 20 19 164 23 3E
Octal 300 175 202 0 43 40 31 544 43 76
Binary 11000000 1111101 10000010 0 100011 100000 11001 101100100 100011 111110

Color Harmonies of #C07D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D82

Black with #C07D82

Text Example


Text Example

White with #C07D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D82; }

 p { color: rgb(192,125,130); }

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

background-color css

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

 a { background-color: rgb(192,125,130); }

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

border-color css

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

 span { border-color: rgb(192,125,130); }

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