#C37C7A

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

Shades of Brandy Rose #C37C7A

Tints of Brandy Rose #C37C7A

Color information

#C37C7A (or 0xC37C7A) is unknown color: approx Brandy Rose. HEX triplet: C3, 7C and 7A. RGB value is (195,124,122). Sum of RGB (Red+Green+Blue) = 195+124+122=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C7A is #3C8385. Grayscale: #919191. Windows color (decimal): -3965830 or 8027331. OLE color: 8027331.

HSL color Cylindrical-coordinate representation of color #C37C7A: hue angle of 1.64º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37C7A is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB195124122-
CMYK00.360.370.24
HSL1.64º37.82%62.16%-
HSV(B)1.64º37.44%76.47%-
XYZ33.2327.4221.95-
YUV145115.02163.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=44.22%
G=28.12%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512412200.360.370.241.6437.8262.16
HexC37C7A02425182263e
Octal303174172044453024676
Binary110000111111100111101001001001001011100010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C7A; }

 p { color: rgb(195,124,122); }

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

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

 a { background-color: rgb(195,124,122); }

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

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

 span { border-color: rgb(195,124,122); }

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