#C07778

Color #C07778 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #C07778

Tints of Turkish Rose #C07778

Color information

#C07778 (or 0xC07778) is unknown color: approx Turkish Rose. HEX triplet: C0, 77 and 78. RGB value is (192,119,120). Sum of RGB (Red+Green+Blue) = 192+119+120=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07778 is #3F8887. Grayscale: #8D8D8D. Windows color (decimal): -4163720 or 7894976. OLE color: 7894976.

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

Color convert

RGB192119120-
CMYK00.380.380.25
HSL359.18º36.68%60.98%-
HSV(B)359.18º38.02%75.29%-
XYZ31.7325.7621.07-
YUV140.94116.18164.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=44.55%
G=27.61%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211912000.380.380.25359.1836.6860.98
HexC077780262619167253d
Octal30016717004646315474575
Binary1100000011101111111000010011010011011001101100111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07778; }

 p { color: rgb(192,119,120); }

 H1.HeaderClassName
 {
   color: #C07778;
 }
 .AnyTagClassName
 {
   color: #C07778;
 }
</style>
background-color css

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

 a { background-color: rgb(192,119,120); }

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

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

 span { border-color: rgb(192,119,120); }

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