#c07f7a

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

Shades of Brandy Rose #C07F7A

Tints of Brandy Rose #C07F7A

Color information

#C07F7A (or 0xC07F7A) is unknown color: approx Brandy Rose. HEX triplet: C0, 7F and 7A. RGB value is (192,127,122). Sum of RGB (Red+Green+Blue) = 192+127+122=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F7A is #3F8085. Grayscale: #919191. Windows color (decimal): -4161670 or 8028096. OLE color: 8028096.

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

Color convert

RGB192127122-
CMYK00.340.360.25
HSL4.29º35.71%61.57%-
HSV(B)4.29º36.46%75.29%-
XYZ32.8427.7922.05-
YUV145.86114.53160.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=43.54%
G=28.80%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212712200.340.360.254.2935.7161.57
HexC07F7A02224194243e
Octal300177172042443144476
Binary1100000011111111111010010001010010011001100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07f7a; }

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

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

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

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

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

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

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

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