Html Css Color HEX #C07C85 Charm

📋 copy color: '#C07C85'

red 192 ◦ green 124 ◦ blue 133

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

Shades of Charm #C07C85

Tints of Charm #C07C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

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

R = 42.76%
G = 27.62%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C07C85 (or 0xC07C85) is known color: Charm. HEX triplet: C0, 7C and 85. RGB value is (192,124,133). Sum of RGB (Red+Green+Blue) = 192+124+133=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07C85 is #3F837A. Grayscale: #919191. Windows color (decimal): -4162427 or 8748224. OLE color: 8748224.

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

Color convert

RGB 192 124 133 -
CMYK 0 0.35 0.31 0.25
HSL 352.06º 0.35% 0.62% -
HSV(B) 352.06º 0.35% 0.75% -
XYZ 33.18 27.32 25.71 -
YUV 145.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 192 124 133 0 0.35 0.31 0.25 352.06 0.35 0.62
Hex C0 7C 85 0 23 1F 19 160 23 3E
Octal 300 174 205 0 43 37 31 540 43 76
Binary 11000000 1111100 10000101 0 100011 11111 11001 101100000 100011 111110

Color Harmonies of #C07C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C85

Black with #C07C85

Text Example


Text Example

White with #C07C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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