#C17D7A

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

Shades of Brandy Rose #C17D7A

Tints of Brandy Rose #C17D7A

Color information

#C17D7A (or 0xC17D7A) is unknown color: approx Brandy Rose. HEX triplet: C1, 7D and 7A. RGB value is (193,125,122). Sum of RGB (Red+Green+Blue) = 193+125+122=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D7A is #3E8285. Grayscale: #919191. Windows color (decimal): -4096646 or 8027585. OLE color: 8027585.

HSL color Cylindrical-coordinate representation of color #C17D7A: hue angle of 2.54º degrees, saturation: 0.36, 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 #C17D7A is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193125122-
CMYK00.350.370.24
HSL2.54º36.41%61.76%-
HSV(B)2.54º36.79%75.69%-
XYZ32.8427.4121.97-
YUV144.99115.03162.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=43.86%
G=28.41%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312512200.350.370.242.5436.4161.76
HexC17D7A02325183243e
Octal301175172043453034476
Binary110000011111101111101001000111001011100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D7A; }

 p { color: rgb(193,125,122); }

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

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

 a { background-color: rgb(193,125,122); }

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

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

 span { border-color: rgb(193,125,122); }

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