#C07B55

Color #C07B55 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C07B55

Tints of Red Damask #C07B55

Color information

#C07B55 (or 0xC07B55) is unknown color: approx Red Damask. HEX triplet: C0, 7B and 55. RGB value is (192,123,85). Sum of RGB (Red+Green+Blue) = 192+123+85=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B55 is #3F84AA. Grayscale: #8B8B8B. Windows color (decimal): -4162731 or 5602240. OLE color: 5602240.

HSL color Cylindrical-coordinate representation of color #C07B55: hue angle of 21.31º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C07B55 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19212385-
CMYK00.360.560.25
HSL21.31º45.92%54.31%-
HSV(B)21.31º55.73%75.29%-
XYZ30.4626.0312.01-
YUV139.397.36165.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=48%
G=30.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921238500.360.560.2521.3145.9254.31
HexC07B550243819152e36
Octal3001731250447031255666
Binary110000001111011101010101001001110001100110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B55; }

 p { color: rgb(192,123,85); }

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

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

 a { background-color: rgb(192,123,85); }

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

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

 span { border-color: rgb(192,123,85); }

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