Html Css Color HEX #C07F85 Charm

📋 copy color: '#C07F85'

red 192 ◦ green 127 ◦ blue 133

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

Shades of Charm #C07F85

Tints of Charm #C07F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 42.48%
G = 28.1%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07F85 (or 0xC07F85) is known color: Charm. HEX triplet: C0, 7F and 85. RGB value is (192,127,133). Sum of RGB (Red+Green+Blue) = 192+127+133=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07F85 is #3F807A. Grayscale: #939393. Windows color (decimal): -4161659 or 8748992. OLE color: 8748992.

HSL color Cylindrical-coordinate representation of color #C07F85: hue angle of 354.46º 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 #C07F85 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 133 -
CMYK 0 0.34 0.31 0.25
HSL 354.46º 0.34% 0.63% -
HSV(B) 354.46º 0.34% 0.75% -
XYZ 33.56 28.08 25.84 -
YUV 147.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 192 127 133 0 0.34 0.31 0.25 354.46 0.34 0.63
Hex C0 7F 85 0 22 1F 19 162 22 3F
Octal 300 177 205 0 42 37 31 542 42 77
Binary 11000000 1111111 10000101 0 100010 11111 11001 101100010 100010 111111

Color Harmonies of #C07F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F85

Black with #C07F85

Text Example


Text Example

White with #C07F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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