#C58B7B

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

Shades of Brandy Rose #C58B7B

Tints of Brandy Rose #C58B7B

Color information

#C58B7B (or 0xC58B7B) is unknown color: approx Brandy Rose. HEX triplet: C5, 8B and 7B. RGB value is (197,139,123). Sum of RGB (Red+Green+Blue) = 197+139+123=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B7B is #3A7484. Grayscale: #9A9A9A. Windows color (decimal): -3830917 or 8096709. OLE color: 8096709.

HSL color Cylindrical-coordinate representation of color #C58B7B: hue angle of 12.97º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C58B7B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB197139123-
CMYK00.290.380.23
HSL12.97º38.95%62.75%-
HSV(B)12.97º37.56%77.25%-
XYZ35.8331.7722.98-
YUV154.52110.22158.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=42.92%
G=30.28%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713912300.290.380.2312.9738.9562.75
HexC58B7B01D2617d273f
Octal3052131730354627154777
Binary11000101100010111111011011101100110101111101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B7B; }

 p { color: rgb(197,139,123); }

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

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

 a { background-color: rgb(197,139,123); }

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

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

 span { border-color: rgb(197,139,123); }

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