#C67F74

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

Shades of Brandy Rose #C67F74

Tints of Brandy Rose #C67F74

Color information

#C67F74 (or 0xC67F74) is unknown color: approx Brandy Rose. HEX triplet: C6, 7F and 74. RGB value is (198,127,116). Sum of RGB (Red+Green+Blue) = 198+127+116=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F74 is #39808B. Grayscale: #939393. Windows color (decimal): -3768460 or 7634886. OLE color: 7634886.

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

Color convert

RGB198127116-
CMYK00.360.410.22
HSL8.05º41.84%61.57%-
HSV(B)8.05º41.41%77.65%-
XYZ34.0328.4520.22-
YUV146.97110.52164.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 116 (45.70% from 255) = 26.30%
R=44.90%
G=28.80%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812711600.360.410.228.0541.8461.57
HexC67F74024291682a3e
Octal3061771640445126105276
Binary11000110111111111101000100100101001101101000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F74; }

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

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

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

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

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

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

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

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