#C0817D

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

Shades of Brandy Rose #C0817D

Tints of Brandy Rose #C0817D

Color information

#C0817D (or 0xC0817D) is unknown color: approx Brandy Rose. HEX triplet: C0, 81 and 7D. RGB value is (192,129,125). Sum of RGB (Red+Green+Blue) = 192+129+125=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0817D is #3F7E82. Grayscale: #939393. Windows color (decimal): -4161155 or 8225216. OLE color: 8225216.

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

Color convert

RGB192129125-
CMYK00.330.350.25
HSL3.58º34.72%62.16%-
HSV(B)3.58º34.9%75.29%-
XYZ33.2928.3923.13-
YUV147.38115.37159.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 125 (49.22% from 255) = 28.03%
R=43.05%
G=28.92%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212912500.330.350.253.5834.7262.16
HexC0817D02123194233e
Octal300201175041433144376
Binary11000000100000011111101010000110001111001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0817D; }

 p { color: rgb(192,129,125); }

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

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

 a { background-color: rgb(192,129,125); }

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

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

 span { border-color: rgb(192,129,125); }

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