#C67F7B

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

Shades of Brandy Rose #C67F7B

Tints of Brandy Rose #C67F7B

Color information

#C67F7B (or 0xC67F7B) is unknown color: approx Brandy Rose. HEX triplet: C6, 7F and 7B. RGB value is (198,127,123). Sum of RGB (Red+Green+Blue) = 198+127+123=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F7B is #398084. Grayscale: #939393. Windows color (decimal): -3768453 or 8093638. OLE color: 8093638.

HSL color Cylindrical-coordinate representation of color #C67F7B: hue angle of 3.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67F7B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB198127123-
CMYK00.360.380.22
HSL3.2º39.68%62.94%-
HSV(B)3.2º37.88%77.65%-
XYZ34.4528.6122.45-
YUV147.77114.02163.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=44.20%
G=28.35%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812712300.360.380.223.239.6862.94
HexC67F7B02426163283f
Octal306177173044462635077
Binary110001101111111111101101001001001101011011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F7B; }

 p { color: rgb(198,127,123); }

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

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

 a { background-color: rgb(198,127,123); }

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

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

 span { border-color: rgb(198,127,123); }

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