#C0867D

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

Shades of Brandy Rose #C0867D

Tints of Brandy Rose #C0867D

Color information

#C0867D (or 0xC0867D) is unknown color: approx Brandy Rose. HEX triplet: C0, 86 and 7D. RGB value is (192,134,125). Sum of RGB (Red+Green+Blue) = 192+134+125=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0867D is #3F7982. Grayscale: #969696. Windows color (decimal): -4159875 or 8226496. OLE color: 8226496.

HSL color Cylindrical-coordinate representation of color #C0867D: hue angle of 8.06º 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 #C0867D is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB192134125-
CMYK00.300.350.25
HSL8.06º34.72%62.16%-
HSV(B)8.06º34.9%75.29%-
XYZ33.9729.7423.35-
YUV150.32113.72157.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=42.57%
G=29.71%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213412500.300.350.258.0634.7262.16
HexC0867D01E23198233e
Octal3002061750364331104376
Binary11000000100001101111101011110100011110011000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0867D; }

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

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

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

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

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

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

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

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