#c07075

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

Shades of Turkish Rose #C07075

Tints of Turkish Rose #C07075

Color information

#C07075 (or 0xC07075) is unknown color: approx Turkish Rose. HEX triplet: C0, 70 and 75. RGB value is (192,112,117). Sum of RGB (Red+Green+Blue) = 192+112+117=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07075 is #3F8F8A. Grayscale: #888888. Windows color (decimal): -4165515 or 7696576. OLE color: 7696576.

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

Color convert

RGB192112117-
CMYK00.420.390.25
HSL356.25º38.83%59.61%-
HSV(B)356.25º41.67%75.29%-
XYZ30.7424.0819.86-
YUV136.49117167.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=45.61%
G=26.60%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211211700.420.390.25356.2538.8359.61
HexC0707502A2719164273c
Octal30016016505247315444774
Binary1100000011100001110101010101010011111001101100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07075; }

 p { color: rgb(192,112,117); }

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

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

 a { background-color: rgb(192,112,117); }

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

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

 span { border-color: rgb(192,112,117); }

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