Html Css Color HEX #C07F81 Charm

📋 copy color: '#C07F81'

red 192 ◦ green 127 ◦ blue 129

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

Shades of Charm #C07F81

Tints of Charm #C07F81

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 42.86%
G = 28.35%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07F81 (or 0xC07F81) is known color: Charm. HEX triplet: C0, 7F and 81. RGB value is (192,127,129). Sum of RGB (Red+Green+Blue) = 192+127+129=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F81 is #3F807E. Grayscale: #929292. Windows color (decimal): -4161663 or 8486848. OLE color: 8486848.

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

Color convert

RGB 192 127 129 -
CMYK 0 0.34 0.33 0.25
HSL 358.15º 0.34% 0.63% -
HSV(B) 358.15º 0.34% 0.75% -
XYZ 33.29 27.97 24.41 -
YUV 146.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 192 127 129 0 0.34 0.33 0.25 358.15 0.34 0.63
Hex C0 7F 81 0 22 21 19 166 22 3F
Octal 300 177 201 0 42 41 31 546 42 77
Binary 11000000 1111111 10000001 0 100010 100001 11001 101100110 100010 111111

Color Harmonies of #C07F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F81

Black with #C07F81

Text Example


Text Example

White with #C07F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F81; }

 p { color: rgb(192,127,129); }

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

background-color css

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

 a { background-color: rgb(192,127,129); }

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

border-color css

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

 span { border-color: rgb(192,127,129); }

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